Clear nix store before add-gc-root tests

This commit is contained in:
Guillaume Maudoux 2024-10-01 06:24:35 +02:00
parent 7a0da9ed31
commit d01ee1dcc8

View File

@ -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; }