dev/effect: add set +x

This commit is contained in:
zowoq 2023-06-14 10:13:27 +10:00
parent 0065d9388f
commit 9b43290fac

View file

@ -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
'';
});
};