Merge pull request #10423 from AndrewDDavis/patch-1

Prevent `nix-daemon.sh` from leaking variable into user environment
This commit is contained in:
Eelco Dolstra
2024-04-08 14:36:50 +02:00
committed by GitHub

View File

@@ -69,4 +69,4 @@ else
fi
export PATH="$NIX_LINK/bin:@localstatedir@/nix/profiles/default/bin:$PATH"
unset NIX_LINK
unset NIX_LINK NIX_LINK_NEW