mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 08:10:09 +01:00
Fixed typo in tectonic.nix
This commit is contained in:
parent
2393647def
commit
f57dbd04fe
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ in (
|
|||
'';
|
||||
synctex = mkBool true "Whether to generate SyncTeX data";
|
||||
untrustedInput = mkBool false ''
|
||||
Whether to diable all known-insecure features if the input is untrusted
|
||||
Whether to disable all known-insecure features if the input is untrusted
|
||||
'';
|
||||
|
||||
# -- Options --
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue