diff --git a/options/custom/services/fwupd.nix b/options/custom/services/fwupd.nix index f5d9557..fe0c084 100644 --- a/options/custom/services/fwupd.nix +++ b/options/custom/services/fwupd.nix @@ -9,6 +9,9 @@ in { options.custom.services.fwupd.enable = mkOption {default = false;}; config = mkIf cfg.enable { + # BUG: Cache not refreshing properly with libxmlb < 0.3.21 + # https://github.com/fwupd/fwupd/issues/7918 + # https://github.com/NixOS/nixpkgs/issues/347248 # https://wiki.nixos.org/wiki/Fwupd # https://github.com/fwupd/fwupd services.fwupd = {