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 (#6688)
This commit is contained in:
parent
ecbcd792e1
commit
0e75a40458
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue