diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php
index 2c2b3899b..68e1d7e7d 100644
--- a/resources/views/livewire/project/shared/environment-variable/show.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php
@@ -80,9 +80,11 @@
@if ($isSharedVariable)
@else
-
+ @if (!$env->is_nixpacks)
+
+ @endif
@@ -230,9 +232,11 @@
@if ($isSharedVariable)
@else
-
+ @if (!$env->is_nixpacks)
+
+ @endif