2d5114452d8a ^
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"]); }