1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

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 source common.sh
clearStoreIfPossible TODO_NixOS
clearStore
function delete() { nix-store --delete "$storePath"; } function delete() { nix-store --delete "$storePath"; }
function build() { nix build --no-link --print-out-paths -f simple.nix; } function build() { nix build --no-link --print-out-paths -f simple.nix; }