From 1a8e84358478d970616e70c6e635b9bf19506905 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 15 Nov 2023 01:58:01 -0500 Subject: flake: add jq to dev shell --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') 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] -- cgit v1.2.3