diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index 79948bd6a..5b324e193 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -49,14 +49,21 @@ @if ($application->build_pack !== 'dockerimage')

Build

@if ($application->could_set_build_commands()) -
- - - -
+ @if ($application->build_pack === 'nixpacks') +
Nixpacks will detect your package manager/configurations: Nixpacks documentation
+
You probably do not need to modify the commands below.
+
+ + + +
+ @endif @endif +