summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/hashPassword
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-06 20:56:02 +0100
committermakefu <github@syntax-fehler.de>2016-03-06 20:56:02 +0100
commit2fd7d1b1ab10dbd84cf85ebf149a12f3a92d7815 (patch)
tree8e1b4f1acb8a20905df26dcbeb36a6802e5fe1d3 /krebs/5pkgs/hashPassword
parente8679ae6c0fd33be9c84a671d2ebfae51f5851f0 (diff)
parent198407f70fdeacaae5dac6e4ec305629a5368410 (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'krebs/5pkgs/hashPassword')
-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