about summary refs log tree commit diff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d54e003..ee368de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,8 @@ cachix:
   stage: cachix
   script:
     - nix build --show-trace --json |
-      jq -r '.[].outputs | to_entries[].value' |
+      nix shell nixpkgs#jq
+      --command jq -r '.[].outputs | to_entries[].value' |
       nix shell nixpkgs#cachix
       --command cachix push $CACHIX_CACHE_NAME
   artifacts:

Consider giving Nix/NixOS a try! <3