docs: fix documentation generation

This commit is contained in:
Pedro Alves 2022-12-29 17:34:47 +00:00
parent 5f67918bae
commit dd9ec124a2
41 changed files with 55 additions and 552 deletions

View file

@ -1,5 +1,8 @@
{ config, lib, helpers, ... }:
{ config, lib, ... }:
with lib;
let
helpers = import ../plugins/helpers.nix { inherit lib; };
in
{
options = {
options = mkOption {