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 Ching Pei Yang
parent 937f48d4c5
commit 6c3efb5b79

View file

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