summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 00cedab..ee5543c 100644
--- a/justfile
+++ b/justfile
@@ -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 "dry-run" \
| while read -r c; do nix run ".#$c"; done
[linux]