about summary refs log tree commit diff
path: root/scripts/install-darwin-multi-user.sh
diff options
context:
space:
mode:
authorGiorgio Gallo <giorgio.gallo@bitnic.it>2018-01-29T20·33+0100
committerGiorgio Gallo <giorgio.gallo@bitnic.it>2018-01-29T20·33+0100
commit9f9393df5504c43be95df55ed1c5d5a90ea214a2 (patch)
tree71f7443770db6477576a8a6a86f66a332cc99aff /scripts/install-darwin-multi-user.sh
parent0167eac571d6d92f18640d05cfb7fa10a4cd0fd9 (diff)
solves #1582
Diffstat (limited to '')
-rw-r--r--scripts/install-darwin-multi-user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-darwin-multi-user.sh b/scripts/install-darwin-multi-user.sh
index 2e9d368c02..8d59c1c2b9 100644
--- a/scripts/install-darwin-multi-user.sh
+++ b/scripts/install-darwin-multi-user.sh
@@ -695,7 +695,7 @@ install_from_extracted_nix() {
         cd "$EXTRACTED_NIX_PATH"
 
         _sudo "to copy the basic Nix files to the new store at $NIX_ROOT/store" \
-              rsync -rlpt "$(pwd)/store/" "$NIX_ROOT/store/"
+              rsync -rlpt ./store/* "$NIX_ROOT/store/"
 
         if [ -d "$NIX_INSTALLED_NIX" ]; then
             echo "      Alright! We have our first nix at $NIX_INSTALLED_NIX"