This commit is contained in:
ooks-io 2025-01-26 14:57:46 +11:00
parent 1438b4f9f1
commit 9dee07646d
2 changed files with 3 additions and 8 deletions

View file

@ -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;