diff options
| -rw-r--r-- | modules/version.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/version.nix b/modules/version.nix index 01a8be6..3c6438e 100644 --- a/modules/version.nix +++ b/modules/version.nix @@ -1,5 +1,5 @@ { lib, pkgs, options, config, ... }: -with builtins; with lib; +with lib; { options = with types; { |
