guix/tests/substituter.nix.in

6 lines
131 B
Nix

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