1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

firefox: fix assertion when missing force for extensions ()

This commit is contained in:
Kira Bruneau 2025-03-23 15:04:29 -04:00 committed by GitHub
parent ecbcd792e1
commit 0e75a40458
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -652,11 +652,11 @@ in {
message = ''
Using '${
lib.showAttrPath (modulePath
++ [ "profiles" profileName "extensions" "settings" ])
++ [ "profiles" config.name "extensions" "settings" ])
}' will override all previous extensions settings.
Enable '${
lib.showAttrPath (modulePath
++ [ "profiles" profileName "extensions" "force" ])
++ [ "profiles" config.name "extensions" "force" ])
}' to acknowledge this.
'';
}