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:
parent
ec32627621
commit
a29c8ac51c
3 changed files with 26 additions and 3 deletions
6
tests/fall-back.nix.in
Normal file
6
tests/fall-back.nix.in
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
derivation {
|
||||
name = "fall-back";
|
||||
system = "@system@";
|
||||
builder = "@shell@";
|
||||
args = ["-e" "-x" ./simple.builder.sh];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue