mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
parent
609a6d6d9f
commit
520895b1da
2 changed files with 9 additions and 3 deletions
|
@ -15,3 +15,6 @@ out1=$(nix-build "${commonArgs[@]}" ./content-addressed.nix --arg seed 1)
|
|||
out2=$(nix-build "${commonArgs[@]}" ./content-addressed.nix --arg seed 2)
|
||||
|
||||
test $out1 == $out2
|
||||
|
||||
nix-instantiate --experimental-features ca-derivations ./content-addressed.nix -A rootCA --arg seed 5
|
||||
nix-collect-garbage --experimental-features ca-derivations --option keep-derivations true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue