hydra/tests/jobs/config.nix.in
Rob Vermaas 9f33d4c98d
2011-03-17 13:25:27 +00:00

10 lines
147 B
Nix

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