guix/tests/fall-back.nix.in

6 lines
124 B
Nix

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