mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
nixos-build-vms: fix eval
Previously I got the following error message:
```
error: opening file '/home/ma27/Projects/nixpkgs/nixos/modules/installer/default.nix': No such file or directory
```
Probably related to 6c68fbd4e1
.
This commit is contained in:
parent
5a73ff0419
commit
b36fa8ef91
@ -7,7 +7,7 @@ let nodes = import networkExpr; in
|
|||||||
|
|
||||||
with import ../../../../lib/testing.nix {
|
with import ../../../../lib/testing.nix {
|
||||||
inherit system;
|
inherit system;
|
||||||
pkgs = import ../.. { inherit system config; };
|
pkgs = import ../../../../.. { inherit system config; };
|
||||||
};
|
};
|
||||||
|
|
||||||
(makeTest { inherit nodes; testScript = ""; }).driver
|
(makeTest { inherit nodes; testScript = ""; }).driver
|
||||||
|
Loading…
Reference in New Issue
Block a user