aboutsummaryrefslogtreecommitdiffhomepage
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rwxr-xr-xfiles/.profile2
1 files changed, 1 insertions, 1 deletions
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"
10LOCALE_ARCHIVE="$NIX_SYSTEM_PATH/lib/locale/locale-archive" 10LOCALE_ARCHIVE="$NIX_SYSTEM_PATH/lib/locale/locale-archive"
11export LOCALE_ARCHIVE 11export LOCALE_ARCHIVE
12 12
13PATH="$PATH:$NIX_SYSTEM_PATH/bin" 13PATH="$NIX_PROFILE/bin:$PATH:$NIX_SYSTEM_PATH/bin"