Removed duplicate "Whether to enable" in documentation for modules/plugins/languages/tex/build/builders/tectonic.nix

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
isaacST08 2025-02-11 19:42:14 -07:00 committed by GitHub
commit 6aaba37d39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ in (
inherit name moduleInheritancePackage;
options = {
enable = mkEnableOption "Whether to enable Tex Compilation Via Tectonic";
enable = mkEnableOption "Tex Compilation Via Tectonic";
package = mkOption {
type = package;