Skip to content

Commit 3e4091a

Browse files
committed
xxx
1 parent 34303b9 commit 3e4091a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/default.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@
66
}:
77

88
{
9-
default = import ./libvirt-test.nix {
9+
default = pkgs.callPackage ./libvirt-test.nix {
1010
inherit
11-
pkgs
1211
libvirt-chv
1312
nixos-image
1413
chv-ovmf
1514
;
1615
testScriptFile = ./testscript.py;
1716
};
1817

19-
long_migration_with_load = import ./libvirt-test.nix {
18+
long_migration_with_load = pkgs.callPackage ./libvirt-test.nix {
2019
inherit
21-
pkgs
22-
libvirt-chv
20+
libvirt-src
2321
nixos-image
2422
chv-ovmf
2523
;

0 commit comments

Comments
 (0)