File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ main() {
256
256
if [[ ! -f " ${mountPoint} /nix/var/nix/db/db.sqlite" ]]; then
257
257
echo " Copying store paths" >&2
258
258
mkdir -p " ${mountPoint} /nix/store"
259
- xargs cp --recursive --target " ${mountPoint} /nix/store" < " ${closure_info} /store-paths"
259
+ xargs xcp --recursive --target-directory " ${mountPoint} /nix/store" < " ${closure_info} /store-paths"
260
260
echo " Loading nix database" >&2
261
261
NIX_STATE_DIR=${mountPoint} /nix/var/nix nix-store --load-db < " ${closure_info} /registration"
262
262
fi
Original file line number Diff line number Diff line change 9
9
binlore ,
10
10
diskoVersion ,
11
11
stdenv ,
12
+ xcp ,
12
13
} :
13
14
14
15
let
49
50
[
50
51
nix
51
52
coreutils
53
+ xcp
52
54
]
53
55
++ lib . optional ( ! stdenv . isDarwin ) nixos-install-tools
54
56
)
You can’t perform that action at this time.
0 commit comments