forked from lix-project/lix
8 lines
154 B
Nix
8 lines
154 B
Nix
|
derivation {
|
||
|
name = "gc-runtime";
|
||
|
system = "@system@";
|
||
|
builder = "@shell@";
|
||
|
args = ["-e" "-x" ./gc-runtime.builder.sh];
|
||
|
PATH = "@coreutils@";
|
||
|
}
|