summaryrefslogtreecommitdiffstats
path: root/Zpkgs/krebs/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-24 23:57:12 +0200
committermakefu <github@syntax-fehler.de>2015-07-24 23:57:12 +0200
commit784929d0015547f2a314651ac67f095aee16c6ca (patch)
tree7dd2fe60d733d8220d74d312a8ee3b5780e01d73 /Zpkgs/krebs/default.nix
parent55b9e8b4d0fa2c3b982038cf783a2ccdbe36ff6e (diff)
parent3453edadf2ac2fb76e9e690655dd9f4981e7e9c1 (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'Zpkgs/krebs/default.nix')
-rw-r--r--Zpkgs/krebs/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zpkgs/krebs/default.nix b/Zpkgs/krebs/default.nix
index be8f720..231fda7 100644
--- a/Zpkgs/krebs/default.nix
+++ b/Zpkgs/krebs/default.nix
@@ -6,6 +6,9 @@ in
pkgs //
{
+ dic = callPackage ./dic.nix {};
+ genid = callPackage ./genid.nix {};
github-hosts-sync = callPackage ./github-hosts-sync.nix {};
github-known_hosts = callPackage ./github-known_hosts.nix {};
+ hashPassword = callPackage ./hashPassword.nix {};
}