mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
Fixed typo in tectonic.nix
This commit is contained in:
parent
fa55d3a766
commit
9a9c3b9e54
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ in (
|
||||||
'';
|
'';
|
||||||
synctex = mkBool true "Whether to generate SyncTeX data";
|
synctex = mkBool true "Whether to generate SyncTeX data";
|
||||||
untrustedInput = mkBool false ''
|
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 --
|
# -- Options --
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue