diff options
author | lassulus <lass@aidsballs.de> | 2015-08-30 10:45:40 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-08-30 10:45:40 +0200 |
commit | 954f122d383ad18c68fcfb9497727bec9746166d (patch) | |
tree | 941655e7308d476f7e9cb34ad0a896c8dc6fe011 /krebs/5pkgs/default.nix | |
parent | 814d6852916ae99d95a4a440f5a2592017c9445b (diff) | |
parent | 0714ed3ea6c889c0576edd8075dc7c2b50d3e8b5 (diff) |
Merge branch 'tv'
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 062f0a515..2454c19c8 100644 --- a/krebs/5pkgs/default.nix +++ b/krebs/5pkgs/default.nix @@ -12,6 +12,7 @@ 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 {}; youtube-tools = callPackage ./youtube-tools.nix {}; } |