fix(buildpack): revert default build pack to nixpacks and reorder selector

Change default build_pack from railpack back to nixpacks in all new
application flows (GithubPrivateRepository, GithubPrivateRepositoryDeployKey,
PublicGitRepository) and reorder the build pack dropdown so Nixpacks
appears before Railpack across all relevant views.

Add feature tests covering the nixpacks default and selector ordering.
This commit is contained in:
Andras Bacsai
2026-04-09 17:48:17 +02:00
parent 18508e9149
commit 0649a424b8
9 changed files with 118 additions and 7 deletions
@@ -46,7 +46,7 @@ class GithubPrivateRepositoryDeployKey extends Component
public string $branch;
public $build_pack = 'railpack';
public $build_pack = 'nixpacks';
public bool $show_is_static = true;