mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
activation: avoid error due to unset PATH variable (#340488)
This commit is contained in:
commit
cbf48cea2d
@ -170,7 +170,7 @@ in
|
||||
|
||||
apply = set: {
|
||||
script = ''
|
||||
unset PATH
|
||||
export PATH=
|
||||
for i in ${toString path}; do
|
||||
PATH=$PATH:$i/bin:$i/sbin
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user