10 lines
147 B
Plaintext
10 lines
147 B
Plaintext
rec {
|
|
path = "@testPath@";
|
|
|
|
mkDerivation = args:
|
|
derivation ({
|
|
system = builtins.currentSystem;
|
|
PATH = path;
|
|
} // args);
|
|
}
|