mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
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@";
|
|
}
|