fix(flake): remove overlay export
2 files changed, 1 insertion(+), 2 deletions(-)
M nix/modules/default.nix → nix/modules/default.nix
@@ -110,7 +110,7 @@ default = "http://localhost:3000"; }; environment = mkOption { - type = with types; either "production" "development"; + type = types.str; description = "Environment name for logging"; default = "production"; };