summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/justfile b/justfile
index b8af071..2c1edd2 100644
--- a/justfile
+++ b/justfile
@@ -33,13 +33,6 @@ build:
check:
nix flake check
-clean:
- rm -rf \
- result* \
- repl-result-out* \
- config.tf.json \
- .terraform/
-
[linux]
[macos]
dry-run:
@@ -66,3 +59,10 @@ update-input input:
--update-input {{ input }} \
--commit-lock-file \
--commit-lockfile-summary "flake: update {{ input }}"
+
+clean:
+ rm -rf \
+ result* \
+ repl-result-out* \
+ config.tf.json \
+ .terraform*