From 9b43290fac13843f0b1367bea59f01681267f42e Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Wed, 14 Jun 2023 10:13:27 +1000
Subject: [PATCH] dev/effect: add `set +x`

---
 dev/effect.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/effect.nix b/dev/effect.nix
index ef0da05..3e35cb1 100644
--- a/dev/effect.nix
+++ b/dev/effect.nix
@@ -26,6 +26,7 @@
                   newProfile=$(nix-store --realise ${drv})
                   sudo -H nix-env --profile /nix/var/nix/profiles/system --set $newProfile
                   $newProfile/sw/bin/darwin-rebuild activate
+                  set +x
                 ''}
               '';
             });
@@ -46,6 +47,7 @@
                 terraform init
                 terraform validate
                 terraform apply -auto-approve
+                set +x
               '';
             });
         };