nixosTests.kexec: fix test
The kexec test has been broken since 878922a902c79fccf7bb606e18a1dc54eb1dcb61, which breaks the read-only package-set enforcement that tests have.
This commit is contained in:
parent
b0efcf6352
commit
7e04a534ad
@ -21,11 +21,7 @@
|
||||
{
|
||||
virtualisation.vlans = [ ];
|
||||
environment.systemPackages = [ pkgs.hello ];
|
||||
imports = [
|
||||
"${modulesPath}/installer/netboot/netboot-minimal.nix"
|
||||
"${modulesPath}/testing/test-instrumentation.nix"
|
||||
"${modulesPath}/profiles/qemu-guest.nix"
|
||||
];
|
||||
imports = [ "${modulesPath}/installer/netboot/netboot.nix" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user