diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ deploy-all: nix eval \ --json ".#apps.x86_64-linux" \ --apply builtins.attrNames \ - | jq -c '.[]' | grep -v "dry-run" \ + | jq -c '.[]' | grep -v -E "dry-run|apply|destroy|tofu-config|plan" \ | while read -r c; do nix run ".#$c"; done [linux] |
