fwupd: add bug comment
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
f1c21c2b64
commit
eab362ef0b
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ in {
|
||||||
options.custom.services.fwupd.enable = mkOption {default = false;};
|
options.custom.services.fwupd.enable = mkOption {default = false;};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
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://wiki.nixos.org/wiki/Fwupd
|
||||||
# https://github.com/fwupd/fwupd
|
# https://github.com/fwupd/fwupd
|
||||||
services.fwupd = {
|
services.fwupd = {
|
||||||
|
|
Loading…
Reference in a new issue