mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
Clear nix store before add-gc-root tests
This commit is contained in:
parent
7a0da9ed31
commit
d01ee1dcc8
@ -2,7 +2,9 @@
|
||||
|
||||
source common.sh
|
||||
|
||||
clearStoreIfPossible
|
||||
TODO_NixOS
|
||||
|
||||
clearStore
|
||||
|
||||
function delete() { nix-store --delete "$storePath"; }
|
||||
function build() { nix build --no-link --print-out-paths -f simple.nix; }
|
||||
|
Loading…
Reference in New Issue
Block a user