about summary refs log blame commit diff
path: root/tests/config.nix.in
blob: a58295f9828fd403fc3b32b200f9f7d60c268d0d (plain) (tree)
1
2
3
4
5
6
7
8
9








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