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.
2 parents cd53d6f + 727beee commit 8be27a0Copy full SHA for 8be27a0
1 file changed
modules/programs/limine/providers.bootloader.nix
@@ -32,7 +32,7 @@ let
32
efiRemovable = cfg.efiInstallAsRemovable;
33
maxGenerations = if cfg.maxGenerations == null then 0 else cfg.maxGenerations;
34
hostArchitecture = pkgs.stdenv.hostPlatform.parsed.cpu;
35
- fwupdEfiPath = lib.optionalAttrs config.services.fwupd.enable config.services.fwupd.package;
+ fwupdEfiPath = config.services.fwupd.package or null;
36
}
37
);
38
in
0 commit comments