fix: remove nixpkgarchive from ui

This commit is contained in:
Andras Bacsai
2023-09-12 09:46:10 +02:00
parent 95764c2b76
commit be30651172
3 changed files with 0 additions and 14 deletions

View File

@@ -32,10 +32,6 @@
<option value="dockerfile">Dockerfile</option>
<option disabled value="compose">Compose</option>
</x-forms.select>
{{-- @if ($application->build_pack === 'nixpacks')
<x-forms.input id="application.nixpkgsarchive" label="NixPackages Archive (nixpkgsArchive)"
helper="You can customize the NixPackages archive to use."> </x-forms.input>
@endif --}}
</div>
@if ($application->settings->is_static)
<x-forms.select id="application.static_image" label="Static Image" required>