nixos: remove invalid mkDoc, mdDoc uses
This commit is contained in:
parent
5e16b1b0b1
commit
762e4cf52a
2 changed files with 6 additions and 6 deletions
|
@ -12,9 +12,9 @@ let
|
|||
in
|
||||
{
|
||||
options.unstable = {
|
||||
enable = lib.mkEnableOption (lib.mkDoc ''
|
||||
enable = lib.mkEnableOption ''
|
||||
use of unstable packages in configuration. You can use `unstablePkgs` in configuration modules
|
||||
'') // { default = true; };
|
||||
'' // { default = true; };
|
||||
};
|
||||
config = {
|
||||
_module.args.unstablePkgs = if config.unstable.enable then pkgs.unstable else pkgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue