diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2020-12-16 17:07:17 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2020-12-16 17:07:50 +0100 |
commit | 62b9189f2da7d9b0804f38d564a1efed1e5db0fe (patch) | |
tree | af9525aa0344afcf089b9abcbfcfd337d33bd96a /files/.profile | |
parent | c33369a9ffa6945cc1928986ae280563d2ec0d85 (diff) | |
download | docker-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/.profile')
-rwxr-xr-x | files/.profile | 2 |
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" | |||
10 | LOCALE_ARCHIVE="$NIX_SYSTEM_PATH/lib/locale/locale-archive" | 10 | LOCALE_ARCHIVE="$NIX_SYSTEM_PATH/lib/locale/locale-archive" |
11 | export LOCALE_ARCHIVE | 11 | export LOCALE_ARCHIVE |
12 | 12 | ||
13 | PATH="$PATH:$NIX_SYSTEM_PATH/bin" | 13 | PATH="$NIX_PROFILE/bin:$PATH:$NIX_SYSTEM_PATH/bin" |