mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
docs: enable warningsAreErrors
This commit is contained in:
parent
c19daee453
commit
30842191e0
2 changed files with 0 additions and 2 deletions
|
@ -46,7 +46,6 @@ let
|
|||
(pkgs.nixosOptionsDoc {
|
||||
inherit (evaledModules) options;
|
||||
inherit transformOptions;
|
||||
warningsAreErrors = false;
|
||||
}).optionsJSON;
|
||||
|
||||
in
|
||||
|
|
|
@ -20,7 +20,6 @@ let
|
|||
options:
|
||||
(nixosOptionsDoc {
|
||||
inherit options transformOptions;
|
||||
warningsAreErrors = false;
|
||||
}).optionsCommonMark;
|
||||
|
||||
removeUnwanted =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue