6 lines
131 B
Nix
6 lines
131 B
Nix
|
derivation {
|
||
|
name = "substituter";
|
||
|
system = "@system@";
|
||
|
builder = "@shell@";
|
||
|
args = ["-e" "-x" ./substituter.builder.sh];
|
||
|
}
|