diff options
author | Felix Richter <makefu@syntax-fehler.de> | 2015-08-16 11:40:00 +0000 |
---|---|---|
committer | Felix Richter <makefu@syntax-fehler.de> | 2015-08-16 11:40:00 +0000 |
commit | 1c08ba3213f4c74afd906e27ae742af3a97af288 (patch) | |
tree | 524d1881ef362ff93b1de03d25700b8ea7fa5130 /krebs/5pkgs/default.nix | |
parent | e38b8899e4a49c7bc4e272a11b695c4dfc6c54a9 (diff) |
add posix-array package
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 5de84f66c..89872f1eb 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 {}; } |