nix-gh/tests/config.nix.in
Eelco Dolstra 2d5114452d * Regression test for the `exportReferencesGraph'
derivation attribute.
2009-03-17 16:33:48 +00:00

10 lines
200 B
Nix

{
mkDerivation = args:
derivation ({
system = "@system@";
builder = "@shell@";
args = ["-e" args.builder];
PATH = "@testPath@";
} // removeAttrs args ["builder"]);
}