Add scripts
This commit is contained in:
parent
4be94e5ed8
commit
73eff3459e
4 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs }:
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
with pkgs;
|
||||
rec {
|
||||
|
@ -16,4 +16,5 @@ rec {
|
|||
keys = callPackage ./pkgs/keys { };
|
||||
homePage = callPackage ./pkgs/homePage { };
|
||||
deploy = callPackage ./pkgs/deploy.nix { };
|
||||
scripts = callPackage ./pkgs/scripts.nix { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue