mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
activation: avoid error due to unset PATH variable (#340488)
This commit is contained in:
commit
cbf48cea2d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue