diff options
author | tv <tv@shackspace.de> | 2015-08-27 20:35:50 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-08-27 20:35:50 +0200 |
commit | e8da585cfaf78e060d62df0d0bc7dbd9720496c3 (patch) | |
tree | 16001d679da1f3ae8b2eca157d2c57511c7ac3b7 /krebs/5pkgs/default.nix | |
parent | c73b2f6c175625f08d5898320ea8fcb336f393aa (diff) |
krebs pkgs nq: init at 0eae839cb1
Diffstat (limited to 'krebs/5pkgs/default.nix')
-rw-r--r-- | krebs/5pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/5pkgs/default.nix b/krebs/5pkgs/default.nix index 89872f1eb..2149b6f10 100644 --- a/krebs/5pkgs/default.nix +++ b/krebs/5pkgs/default.nix @@ -12,5 +12,6 @@ pkgs // github-hosts-sync = callPackage ./github-hosts-sync.nix {}; github-known_hosts = callPackage ./github-known_hosts.nix {}; hashPassword = callPackage ./hashPassword.nix {}; + nq = callPackage ./nq.nix {}; posix-array = callPackage ./posix-array.nix {}; } |