mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixosTests.kexec: fix test
The kexec test has been broken since
878922a902
, which breaks the read-only
package-set enforcement that tests have.
This commit is contained in:
parent
b0efcf6352
commit
7e04a534ad
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue