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

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

View file

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