nix-gh/tests/gc-runtime.nix.in

8 lines
153 B
Nix

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