hydra/t/jobs/config.nix.in

10 lines
147 B
Nix
Raw Normal View History

2011-03-17 13:25:27 +00:00
rec {
path = "@testPath@";
mkDerivation = args:
derivation ({
system = builtins.currentSystem;
PATH = path;
} // args);
}