nix-gh/tests/fallback.nix.in

8 lines
152 B
Nix

derivation {
name = "fall-back";
system = "@system@";
builder = "@shell@";
args = ["-e" "-x" ./simple.builder.sh];
goodPath = "@testPath@";
}