deadnix
This commit is contained in:
parent
1438b4f9f1
commit
9dee07646d
2 changed files with 3 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib) mkIf mkOption mkEnableOption mkPackageOption;
|
||||
inherit (lib.types) listOf str int enum numbers oneOf nullOr attrsOf submodule bool strMatching;
|
||||
inherit (lib.types) listOf str int enum numbers oneOf bool strMatching;
|
||||
mkBoolOption = default: description:
|
||||
mkOption {
|
||||
type = bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue