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