summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-07-24 23:18:12 +0200
committertv <tv@krebsco.de>2015-07-24 23:18:12 +0200
commit5dbfb4277c61d0339f688797ca4655056d58ee22 (patch)
tree86f9bdda549497d49089c7c51682b5f75b0dcee9
parent71b8b0c3c576c383ee3ca884258cf878f8390ee1 (diff)
1 tv wu: systemPackages += hashPassword
-rw-r--r--1systems/tv/wu.nix1
-rw-r--r--Zpkgs/tv/default.nix4
2 files changed, 3 insertions, 2 deletions
diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix
index 4a74d55..5ca64ce 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 e3e12bd..bad7e9d 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 {};