diff options
author | tv <tv@shackspace.de> | 2015-07-24 23:18:12 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-24 23:18:12 +0200 |
commit | 103c00849e126aa592af0a7fb47c84312ca50304 (patch) | |
tree | fecb34a4670fe06569930d5a2cbde4a30821c73f | |
parent | 311e837c9135270e4031caf4f7764fc07a100454 (diff) |
1 tv wu: systemPackages += hashPassword
-rw-r--r-- | 1systems/tv/wu.nix | 1 | ||||
-rw-r--r-- | Zpkgs/tv/default.nix | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix index 4a74d552f..5ca64ce9e 100644 --- a/1systems/tv/wu.nix +++ b/1systems/tv/wu.nix @@ -28,6 +28,7 @@ in gnumake parallel Zpkgs.genid + Zpkgs.hashPassword Zpkgs.lentil # root diff --git a/Zpkgs/tv/default.nix b/Zpkgs/tv/default.nix index e3e12bd18..bad7e9d23 100644 --- a/Zpkgs/tv/default.nix +++ b/Zpkgs/tv/default.nix @@ -2,10 +2,10 @@ let inherit (pkgs) callPackage; + krebs = import ../../Zpkgs/krebs { inherit pkgs; }; in -pkgs // -{ +krebs // { charybdis = callPackage ./charybdis {}; dic = callPackage ./dic.nix {}; genid = callPackage ./genid.nix {}; |