feat: default preview branch to develop

This commit is contained in:
Lewis Wynne 2026-04-07 23:19:58 +01:00
parent c809de6e80
commit c45ed013ed
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ let
branch = mkOption {
type = types.str;
default = "preview";
default = "develop";
};
domain = mkOption {