mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 09:18:14 +00:00
Merge pull request #198631 from fedeinthemix/fix-languagetool
This commit is contained in:
commit
7478655ee7
@ -70,7 +70,7 @@ in {
|
||||
--port ${toString cfg.port} \
|
||||
${optionalString cfg.public "--public"} \
|
||||
${optionalString (cfg.allowOrigin != null) "--allow-origin ${cfg.allowOrigin}"} \
|
||||
"--configuration" ${settingsFormat.generate "languagetool.conf" cfg.settings}
|
||||
"--config" ${settingsFormat.generate "languagetool.conf" cfg.settings}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user