diff options
| author | Fuwn <[email protected]> | 2024-10-28 09:45:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-28 09:45:20 -0700 |
| commit | aa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3 (patch) | |
| tree | 4dfdaaf6bd2dbacca58393787ba7c1164baeb357 /modules/options | |
| parent | options: distributed builds nix option (diff) | |
| download | nixos-config-aa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3.tar.xz nixos-config-aa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3.zip | |
options: rename nix.extend to nix.extendedSupport
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; }; |