mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 07:25:30 +00:00
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:
parent
6aaba37d39
commit
226775fce6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue