1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-28 18:57:08 +00:00

fixup! installer and activation: Sanitise PATH

This commit is contained in:
Kirill Elagin 2018-06-29 19:05:57 +03:00
parent 26bab2fd32
commit 45f0e832cd

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation {
set -e
orig_path="$PATH"
export PATH="${pkgs.openssh}/bin" # In case nix needs it
export PATH="${pkgs.openssh}/bin:/usr/bin:/bin" # ssh in case nix needs it
action=switch
while [ "$#" -gt 0 ]; do