treewide: replace replaceChars with replaceStrings
replaceChars is a deprecated alias, see
05a2dfd674
for details.
This commit is contained in:
parent
b3565b3447
commit
3f0d04aeca
3 changed files with 3 additions and 3 deletions
|
|
@ -600,7 +600,7 @@ in {
|
|||
# like: [source]/path/to/engine.xml
|
||||
loadPath = ''
|
||||
[home-manager]/programs.firefox.profiles.${profile.name}.search.engines."${
|
||||
replaceChars [ "\\" ] [ "\\\\" ] name
|
||||
replaceStrings [ "\\" ] [ "\\\\" ] name
|
||||
}"'';
|
||||
})) // {
|
||||
# Required fields for all engine configurations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue