mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
Remove $NIX_DB_DIR
This variable has no reason to exist, given $NIX_STATE_DIR.
This commit is contained in:
parent
be64fbb501
commit
2fad86f361
12 changed files with 11 additions and 30 deletions
|
@ -8,8 +8,7 @@ deps="$(nix-store -qR $TEST_ROOT/result)"
|
|||
|
||||
nix-store --dump-db > $TEST_ROOT/dump
|
||||
|
||||
rm -rf $NIX_DB_DIR
|
||||
mkdir $NIX_DB_DIR
|
||||
rm -rf $NIX_STATE_DIR/db
|
||||
|
||||
nix-store --load-db < $TEST_ROOT/dump
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue