0
0
Fork 0
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:
Jared Baur 2025-07-06 21:08:51 -07:00
parent b0efcf6352
commit 7e04a534ad
No known key found for this signature in database

View file

@ -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" ];
};
};