summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/default.nix
diff options
context:
space:
mode:
authorFelix Richter <makefu@syntax-fehler.de>2015-08-16 11:40:00 +0000
committerFelix Richter <makefu@syntax-fehler.de>2015-08-16 11:40:00 +0000
commit1c08ba3213f4c74afd906e27ae742af3a97af288 (patch)
tree524d1881ef362ff93b1de03d25700b8ea7fa5130 /krebs/5pkgs/default.nix
parente38b8899e4a49c7bc4e272a11b695c4dfc6c54a9 (diff)
add posix-array package
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 5de84f66..89872f1e 100644
--- a/krebs/5pkgs/default.nix
+++ b/krebs/5pkgs/default.nix
@@ -12,4 +12,5 @@ pkgs //
github-hosts-sync = callPackage ./github-hosts-sync.nix {};
github-known_hosts = callPackage ./github-known_hosts.nix {};
hashPassword = callPackage ./hashPassword.nix {};
+ posix-array = callPackage ./posix-array.nix {};
}