We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf7bb08 + 410ea6f commit 53e3bbdCopy full SHA for 53e3bbd
scripts/nix-profile-daemon.sh.in
@@ -1,7 +1,7 @@
1
# Only execute this file once per shell.
2
# This file is tested by tests/installer/default.nix.
3
if [ -n "${__ETC_PROFILE_NIX_SOURCED:-}" ]; then return; fi
4
-__ETC_PROFILE_NIX_SOURCED=1
+export __ETC_PROFILE_NIX_SOURCED=1
5
6
NIX_LINK=$HOME/.nix-profile
7
if [ -n "${XDG_STATE_HOME-}" ]; then
0 commit comments