diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-12-08 05:18:48 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-12-08 05:18:48 +0300 |
commit | 410d2f541017016fb82ee8c49ccbaae42ff4ec55 (patch) | |
tree | f5586763b45858667eaa6241357cee4d3901439a /.gitlab-ci.yml | |
parent | fix (diff) |
fix
Diffstat (limited to '.gitlab-ci.yml')
-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: |