Fixed typo in tectonic.nix

This commit is contained in:
isaacST08 2025-03-07 12:31:14 -07:00 committed by GitHub
commit 9a9c3b9e54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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