From aa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 28 Oct 2024 09:45:16 -0700 Subject: options: rename nix.extend to nix.extendedSupport --- modules/options/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/options') diff --git a/modules/options/nix.nix b/modules/options/nix.nix index 62836ae..4cc54ec 100644 --- a/modules/options/nix.nix +++ b/modules/options/nix.nix @@ -4,7 +4,7 @@ with lib.options; with lib.types; { - extend = mkOption { + extendedSupport = mkOption { default = false; type = types.bool; }; -- cgit v1.2.3