mirror of
https://github.com/schmittlauch/nur-packages
synced 2025-09-10 08:24:55 +02:00
Compare commits
No commits in common. "873722dd0e2c92773e97a601116dc50f291f4068" and "21f79995f2dac08731199a1ebec9926cacc4b821" have entirely different histories.
873722dd0e
...
21f79995f2
1 changed files with 7 additions and 7 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -37,17 +37,17 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: cachix/install-nix-action@v13
|
uses: cachix/install-nix-action@v12
|
||||||
with:
|
with:
|
||||||
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@v8
|
||||||
# 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…
Add table
Add a link
Reference in a new issue