From 8d571a5eab8858c41fa69305aba61fe862a6c163 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 6 Nov 2023 12:40:53 +0100 Subject: [PATCH] fix: add nixpacks info --- .../project/application/general.blade.php | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) 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 +