]> git.immae.eu Git - github/fretlink/docker-nix.git/blobdiff - files/.profile
volume: no need to duplicate the initial nix store
[github/fretlink/docker-nix.git] / files / .profile
index 68b4473c98d213e674a443f9f397bdd293846749..2fadec23bba0e09dd90e119fb8756f5571cd9002 100755 (executable)
@@ -1,8 +1,5 @@
 #!/usr/bin/env bash
 
-# Copy initial saved nix context if the /nix is empty
-[ ! "$(ls -A /nix)" ] && cp -R ~/initial-nix/* /nix/
-
 # Source nix environment
 nix_profile="/home/nixuser/.nix-profile/etc/profile.d/nix.sh"
 # shellcheck source=/home/nixuser/.nix-profile/etc/profile.d/nix.sh