mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-09 03:56:04 +01: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 = ''
|
message = ''
|
||||||
Using '${
|
Using '${
|
||||||
lib.showAttrPath (modulePath
|
lib.showAttrPath (modulePath
|
||||||
++ [ "profiles" profileName "extensions" "settings" ])
|
++ [ "profiles" config.name "extensions" "settings" ])
|
||||||
}' will override all previous extensions settings.
|
}' will override all previous extensions settings.
|
||||||
Enable '${
|
Enable '${
|
||||||
lib.showAttrPath (modulePath
|
lib.showAttrPath (modulePath
|
||||||
++ [ "profiles" profileName "extensions" "force" ])
|
++ [ "profiles" config.name "extensions" "force" ])
|
||||||
}' to acknowledge this.
|
}' to acknowledge this.
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue