From b7ccaf46daaa4aa9163e31a96770aee586c5bc81 Mon Sep 17 00:00:00 2001 From: mat ess Date: Wed, 19 Oct 2022 21:12:21 -0400 Subject: [PATCH] Add jqstage --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3f92f8d..54b028f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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)' \