mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
* Implemented queryValidPaths() and verifyStore().
This commit is contained in:
parent
836e5b6f57
commit
268f9aaf28
2 changed files with 35 additions and 119 deletions
|
@ -96,7 +96,6 @@ mv $NIX_BIN_DIR/nix/download-using-manifests.pl $NIX_BIN_DIR/nix/substituters/do
|
|||
$nixstore --init
|
||||
|
||||
# Did anything happen?
|
||||
test -e "$NIX_DB_DIR"/info
|
||||
test -e "$NIX_DB_DIR"/referrer
|
||||
test -e "$NIX_DB_DIR"/db.sqlite
|
||||
|
||||
echo 'Hello World' > ./dummy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue