aboutsummaryrefslogtreecommitdiffhomepage
path: root/files
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2020-12-16 17:07:17 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2020-12-16 17:07:50 +0100
commit62b9189f2da7d9b0804f38d564a1efed1e5db0fe (patch)
treeaf9525aa0344afcf089b9abcbfcfd337d33bd96a /files
parentc33369a9ffa6945cc1928986ae280563d2ec0d85 (diff)
downloaddocker-nix-62b9189f2da7d9b0804f38d564a1efed1e5db0fe.tar.gz
docker-nix-62b9189f2da7d9b0804f38d564a1efed1e5db0fe.tar.zst
docker-nix-62b9189f2da7d9b0804f38d564a1efed1e5db0fe.zip
Use a profile folder outside of /nix/var
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"