Skip to content

Commit 8be27a0

Browse files
authored
Merge pull request #77 from finix-community/modules/limine
modules/limine: remove unconditional reference to fwupd module
2 parents cd53d6f + 727beee commit 8be27a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/programs/limine/providers.bootloader.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let
3232
efiRemovable = cfg.efiInstallAsRemovable;
3333
maxGenerations = if cfg.maxGenerations == null then 0 else cfg.maxGenerations;
3434
hostArchitecture = pkgs.stdenv.hostPlatform.parsed.cpu;
35-
fwupdEfiPath = lib.optionalAttrs config.services.fwupd.enable config.services.fwupd.package;
35+
fwupdEfiPath = config.services.fwupd.package or null;
3636
}
3737
);
3838
in

0 commit comments

Comments
 (0)