diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2020-05-04 22:05:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 22:05:18 +0200 |
commit | 425ab813a99a2aec3c4ce5cc432356451aa343c3 (patch) | |
tree | 14468b6b65b39ed6af970708550da80d42a4fa59 /files/.profile | |
parent | 937d660cdc7b7b82cc6e75641ee6f21ff43e017a (diff) | |
parent | e36f158f6547ea78da7926689cc6444f67b2a068 (diff) | |
download | docker-nix-425ab813a99a2aec3c4ce5cc432356451aa343c3.tar.gz docker-nix-425ab813a99a2aec3c4ce5cc432356451aa343c3.tar.zst docker-nix-425ab813a99a2aec3c4ce5cc432356451aa343c3.zip |
Merge pull request #8 from paulrbr-fl/upgrade-nix2.3.4-channel-19.09
Nix upgrade to 2.3.4 and volume management tweak
Diffstat (limited to 'files/.profile')
-rwxr-xr-x | files/.profile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/files/.profile b/files/.profile index 68b4473..2fadec2 100755 --- a/files/.profile +++ b/files/.profile | |||
@@ -1,8 +1,5 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | # Copy initial saved nix context if the /nix is empty | ||
4 | [ ! "$(ls -A /nix)" ] && cp -R ~/initial-nix/* /nix/ | ||
5 | |||
6 | # Source nix environment | 3 | # Source nix environment |
7 | nix_profile="/home/nixuser/.nix-profile/etc/profile.d/nix.sh" | 4 | nix_profile="/home/nixuser/.nix-profile/etc/profile.d/nix.sh" |
8 | # shellcheck source=/home/nixuser/.nix-profile/etc/profile.d/nix.sh | 5 | # shellcheck source=/home/nixuser/.nix-profile/etc/profile.d/nix.sh |