From 62b9189f2da7d9b0804f38d564a1efed1e5db0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 16 Dec 2020 17:07:17 +0100 Subject: Use a profile folder outside of /nix/var --- files/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/.profile b/files/.profile index e705bc0..80d968e 100755 --- a/files/.profile +++ b/files/.profile @@ -10,4 +10,4 @@ nix_profile="$NIX_SYSTEM_PATH/etc/profile.d/nix.sh" LOCALE_ARCHIVE="$NIX_SYSTEM_PATH/lib/locale/locale-archive" export LOCALE_ARCHIVE -PATH="$PATH:$NIX_SYSTEM_PATH/bin" +PATH="$NIX_PROFILE/bin:$PATH:$NIX_SYSTEM_PATH/bin" -- cgit v1.2.3