Add jqstage

pull/1/head
mat ess 2022-10-19 21:12:21 -04:00
parent 2c771e380d
commit b7ccaf46da
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ steps:
CACHIX_AUTH_TOKEN:
from_secret: cachix_auth_token
commands:
- echo $NIX
- $NIX profile install nixpkgs#cachix
- cachix use $CACHE_NAME
- name: nix build
@ -22,6 +21,7 @@ steps:
- name: site
path: /site
commands:
- $NIX profile install nixpkgs#jq
- >
$NIX flake archive --json \
| jq -r '.path,(.inputs|to_entries[].value.path)' \