Fixed typo in tectonic.nix

This commit is contained in:
isaacST08 2025-03-07 12:31:14 -07:00 committed by Ching Pei Yang
parent 2393647def
commit f57dbd04fe

View file

@ -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 --