Add jqstage
parent
2c771e380d
commit
b7ccaf46da
|
@ -13,7 +13,6 @@ steps:
|
||||||
CACHIX_AUTH_TOKEN:
|
CACHIX_AUTH_TOKEN:
|
||||||
from_secret: cachix_auth_token
|
from_secret: cachix_auth_token
|
||||||
commands:
|
commands:
|
||||||
- echo $NIX
|
|
||||||
- $NIX profile install nixpkgs#cachix
|
- $NIX profile install nixpkgs#cachix
|
||||||
- cachix use $CACHE_NAME
|
- cachix use $CACHE_NAME
|
||||||
- name: nix build
|
- name: nix build
|
||||||
|
@ -22,6 +21,7 @@ steps:
|
||||||
- name: site
|
- name: site
|
||||||
path: /site
|
path: /site
|
||||||
commands:
|
commands:
|
||||||
|
- $NIX profile install nixpkgs#jq
|
||||||
- >
|
- >
|
||||||
$NIX flake archive --json \
|
$NIX flake archive --json \
|
||||||
| jq -r '.path,(.inputs|to_entries[].value.path)' \
|
| jq -r '.path,(.inputs|to_entries[].value.path)' \
|
||||||
|
|
Loading…
Reference in New Issue