5a6b45e252
environment variable names on Cygwin (where they are case insensitive).
7 lines
123 B
Nix
7 lines
123 B
Nix
{system, storePath, hashAlgo}:
|
|
|
|
derivation {
|
|
name = "nar";
|
|
builder = ./nar.sh;
|
|
inherit system storePath hashAlgo;
|
|
}
|