mirror of
https://github.com/schmittlauch/nur-packages
synced 2025-05-09 15:11:16 +02:00
disable unused cachix initialisation actionwq
This commit is contained in:
parent
7bd531fc69
commit
873722dd0e
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue