Files
lix/tests/jobs/config.nix.in
T
2011-03-17 13:25:27 +00:00

10 lines
147 B
Plaintext

rec {
path = "@testPath@";
mkDerivation = args:
derivation ({
system = builtins.currentSystem;
PATH = path;
} // args);
}