diff options
author | makefu <github@syntax-fehler.de> | 2015-07-24 23:57:12 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-24 23:57:12 +0200 |
commit | f338d3d4d15ff29b3048b4f89716a8aa1a19f21b (patch) | |
tree | bb803bdcc4d93141e16e94e417c69ca8b1b3c9f5 /Zpkgs/krebs/default.nix | |
parent | a4d2509918c3ce1400071eb0ef2b5421023976ca (diff) | |
parent | 99527e88aec089b4fea496248cf03f738bfed257 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'Zpkgs/krebs/default.nix')
-rw-r--r-- | Zpkgs/krebs/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zpkgs/krebs/default.nix b/Zpkgs/krebs/default.nix index be8f72011..231fda797 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 {}; } |