1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-05 16:41:01 +01:00

* Add a test to check that when we cannot realise a closure

expression, we should invalidate it and go back to the derivation
  for which it is a successor.
This commit is contained in:
Eelco Dolstra 2004-06-24 14:35:01 +00:00
parent ec32627621
commit a29c8ac51c
3 changed files with 26 additions and 3 deletions

6
tests/fall-back.nix.in Normal file
View file

@ -0,0 +1,6 @@
derivation {
name = "fall-back";
system = "@system@";
builder = "@shell@";
args = ["-e" "-x" ./simple.builder.sh];
}