diff options
Diffstat (limited to 'modules/options')
| -rw-r--r-- | modules/options/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |