about summary refs log tree commit diff stats
path: root/nix/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/default.nix')
-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";
                 };