fix(flake): remove overlay export
Alan Pearce alan@alanpearce.eu
Tue, 14 May 2024 17:46:05 +0200
2 files changed, 1 insertions(+), 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"; };