diff options
| author | seth <[email protected]> | 2023-11-15 01:58:01 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-15 01:58:01 -0500 |
| commit | 1a8e84358478d970616e70c6e635b9bf19506905 (patch) | |
| tree | 233242e8959464485a7c6eaea3366a44017fe45b /justfile | |
| parent | 6cce6f2211910a668976442cf66608b4fb780611 (diff) | |
flake: add jq to dev shell
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 "dry-run" \ | while read -r c; do nix run ".#$c"; done [linux] |
