about summary refs log tree commit diff stats
path: root/nix/modules
diff options
context:
space:
mode:
authorAlan Pearce2024-05-14 17:46:05 +0200
committerAlan Pearce2024-05-14 17:46:05 +0200
commit8e22448e4dd53b284ba48bdf4ebf810bec489b41 (patch)
tree0252077d683f60c8326e5feedf5f3688f51bcbec /nix/modules
parent634534d3d22d8f458a70a1891d061c3cdefd4dd1 (diff)
downloadsearchix-8e22448e4dd53b284ba48bdf4ebf810bec489b41.tar.lz
searchix-8e22448e4dd53b284ba48bdf4ebf810bec489b41.tar.zst
searchix-8e22448e4dd53b284ba48bdf4ebf810bec489b41.zip
fix(flake): remove overlay export
Diffstat (limited to 'nix/modules')
-rw-r--r--nix/modules/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/default.nix b/nix/modules/default.nix
index f6f8fbf..6f8722b 100644
--- a/nix/modules/default.nix
+++ b/nix/modules/default.nix
@@ -110,7 +110,7 @@ in
                 };
 
                 environment = mkOption {
-                  type = with types; either "production" "development";
+                  type = types.str;
                   description = "Environment name for logging";
                   default = "production";
                 };