summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/default.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-08-30 10:45:40 +0200
committerlassulus <lass@aidsballs.de>2015-08-30 10:45:40 +0200
commit954f122d383ad18c68fcfb9497727bec9746166d (patch)
tree941655e7308d476f7e9cb34ad0a896c8dc6fe011 /krebs/5pkgs/default.nix
parent814d6852916ae99d95a4a440f5a2592017c9445b (diff)
parent0714ed3ea6c889c0576edd8075dc7c2b50d3e8b5 (diff)
Merge branch 'tv'
Diffstat (limited to 'krebs/5pkgs/default.nix')
-rw-r--r--krebs/5pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/5pkgs/default.nix b/krebs/5pkgs/default.nix
index 062f0a51..2454c19c 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 {};
}