Skip to content

Commit 42803a3

Browse files
nickecurranDavHau
authored andcommitted
- Fix issue where nix copy and nix-store query would fail because the
store database was not being updated
1 parent da2715d commit 42803a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ let
451451
reg="$(cat ${storeTar}/closureInfo/registration)"
452452
cmd="\$run \$store${lib.removePrefix "/nix/store" nix}/bin/nix-store --load-db"
453453
debug "running command: \$cmd"
454-
# echo "\$reg" | \$cmd
454+
echo "\$reg" | \$cmd
455455
fi
456456
# fi
457457

0 commit comments

Comments
 (0)