diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
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: |