nix-gh/tests/fallback.nix.in

6 lines
124 B
Nix

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