We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec5efe commit 6f4cf5aCopy full SHA for 6f4cf5a
lib/make-disk-image.nix
@@ -76,6 +76,7 @@ let
76
disko.testMode = true;
77
disko.devices = lib.mkForce cleanedConfig.disko.devices;
78
boot.loader.grub.devices = lib.mkForce cleanedConfig.boot.loader.grub.devices;
79
+ boot.kernelPackages = cfg.kernelPackages;
80
nixpkgs.hostPlatform = lib.mkForce pkgs.stdenv.hostPlatform;
81
nixpkgs.buildPlatform = lib.mkForce pkgs.stdenv.hostPlatform;
82
}
0 commit comments