mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 07:00:09 +01: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
937f48d4c5
commit
6c3efb5b79
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
Reference in a new issue