Fix test evaluation

This commit is contained in:
Eelco Dolstra 2014-04-15 15:32:27 +02:00
parent a1917208c0
commit fb5d76b89e
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
with import <nixpkgs/nixos/lib/testing.nix> { inherit system; };
makeTest ({ pkgs, ... }:
makeTest (
let
@ -57,7 +57,7 @@ in
];
virtualisation.writableStore = true;
virtualisation.pathsInNixDB = [ config.system.build.extraUtils ];
environment.nix = nix;
nix.package = nix;
};
};