This commit is contained in:
9
tests/jobs/config.nix.in
Normal file
9
tests/jobs/config.nix.in
Normal file
@ -0,0 +1,9 @@
|
||||
rec {
|
||||
path = "@testPath@";
|
||||
|
||||
mkDerivation = args:
|
||||
derivation ({
|
||||
system = builtins.currentSystem;
|
||||
PATH = path;
|
||||
} // args);
|
||||
}
|
Reference in New Issue
Block a user