diff options
Diffstat (limited to 'modules/options.nix')
| -rw-r--r-- | modules/options.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/options.nix b/modules/options.nix deleted file mode 100644 index bd831dc..0000000 --- a/modules/options.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ lib, ... }: -{ - options.modules.nix.extend = lib.options.mkOption { - default = true; - type = lib.types.bool; - }; -} |