mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Remove $NIX_USER_PROFILE_DIR
This is not used anywhere.
This commit is contained in:
parent
ba87b08f85
commit
1c3ccba0f5
2 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
if [ -n "${__ETC_PROFILE_NIX_SOURCED:-}" ]; then return; fi
|
||||
__ETC_PROFILE_NIX_SOURCED=1
|
||||
|
||||
export NIX_USER_PROFILE_DIR="@localstatedir@/nix/profiles/per-user/$USER"
|
||||
export NIX_PROFILES="@localstatedir@/nix/profiles/default $HOME/.nix-profile"
|
||||
|
||||
# Set $NIX_SSL_CERT_FILE so that Nixpkgs applications like curl work.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue