diff options
| author | tv <tv@krebsco.de> | 2015-07-28 21:38:22 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-07-28 21:38:22 +0200 |
| commit | 1922e43bcc16e110c03c638099a9279e1d2c89a1 (patch) | |
| tree | dfc6740dc4d6967c1b9e31a8ede7035ae3a97144 /Zpkgs/krebs/default.nix | |
| parent | 1f6f56290b3a7978b951e4420b59604281093160 (diff) | |
*/krebs -> krebs/*
Diffstat (limited to 'Zpkgs/krebs/default.nix')
| -rw-r--r-- | Zpkgs/krebs/default.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Zpkgs/krebs/default.nix b/Zpkgs/krebs/default.nix deleted file mode 100644 index 231fda7..0000000 --- a/Zpkgs/krebs/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ pkgs, ... }: - -let - inherit (pkgs) callPackage; -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 {}; -} |
