mirror of
https://github.com/schmittlauch/nur-packages
synced 2025-05-11 08:00:17 +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 }}"
|
nix_path: "${{ matrix.nixPath }}"
|
||||||
- name: Show nixpkgs version
|
- name: Show nixpkgs version
|
||||||
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
|
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
|
||||||
- name: Setup cachix
|
# - name: Setup cachix
|
||||||
uses: cachix/cachix-action@v9
|
# uses: cachix/cachix-action@v9
|
||||||
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
|
# if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
|
||||||
with:
|
# with:
|
||||||
name: ${{ matrix.cachixName }}
|
# name: ${{ matrix.cachixName }}
|
||||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
# signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||||
- name: Check evaluation
|
- name: Check evaluation
|
||||||
run: |
|
run: |
|
||||||
nix-env -f . -qa \* --meta --xml \
|
nix-env -f . -qa \* --meta --xml \
|
||||||
|
|
Loading…
Reference in a new issue