dev/effect: add set +x
This commit is contained in:
parent
0065d9388f
commit
9b43290fac
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue