summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/hashPassword/default.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-03-05 23:50:50 +0100
committerlassulus <lass@aidsballs.de>2016-03-05 23:50:50 +0100
commit0115e0ee85c3ecc05b709d0f036253e52367a1a1 (patch)
tree997634737c8b337646cfd83b1fac2de956a823bc /krebs/5pkgs/hashPassword/default.nix
parent1ba917c3337c9a954e5c251b137ea3ea2ce62f81 (diff)
parent198407f70fdeacaae5dac6e4ec305629a5368410 (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'krebs/5pkgs/hashPassword/default.nix')
-rw-r--r--krebs/5pkgs/hashPassword/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/hashPassword/default.nix b/krebs/5pkgs/hashPassword/default.nix
index a10340cc..6a7c51c5 100644
--- a/krebs/5pkgs/hashPassword/default.nix
+++ b/krebs/5pkgs/hashPassword/default.nix
@@ -5,7 +5,7 @@ pkgs.writeScriptBin "hashPassword" ''
# usage: hashPassword
set -euf
- export PATH=${lib.makeSearchPath "bin" (with pkgs; [
+ export PATH=${lib.makeBinPath (with pkgs; [
coreutils
mkpasswd
openssl