mirror of
https://github.com/schmittlauch/nur-packages
synced 2025-09-10 08:24:55 +02:00
Compare commits
5 commits
21f79995f2
...
873722dd0e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
873722dd0e | ||
![]() |
7bd531fc69 | ||
![]() |
a6d6f4a876 | ||
![]() |
a7e106ed5e | ||
![]() |
5af870c3cc |
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@v12
|
uses: cachix/install-nix-action@v13
|
||||||
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@v8
|
# 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…
Add table
Add a link
Reference in a new issue