disable unused cachix initialisation actionwq

This commit is contained in:
Trolli Schmittlauch 2021-04-05 19:06:31 +02:00
parent 7bd531fc69
commit 873722dd0e

View file

@ -42,12 +42,12 @@ jobs:
nix_path: "${{ matrix.nixPath }}"
- name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Setup cachix
uses: cachix/cachix-action@v9
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
with:
name: ${{ matrix.cachixName }}
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# - name: Setup cachix
# uses: cachix/cachix-action@v9
# if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
# with:
# name: ${{ matrix.cachixName }}
# signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Check evaluation
run: |
nix-env -f . -qa \* --meta --xml \