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
commit 9d2b9ef92e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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