update cachix CI action
This commit is contained in:
parent
fad936a040
commit
3e1e140f8d
1 changed files with 14 additions and 15 deletions
21
.github/workflows/nix-flake-check.yml
vendored
21
.github/workflows/nix-flake-check.yml
vendored
|
@ -7,20 +7,19 @@ on:
|
|||
|
||||
jobs:
|
||||
checks:
|
||||
name: Checks
|
||||
name: "Checks"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v19
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-stable
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
system-features = nixos-test benchmark big-parallel kvm
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: dadada
|
||||
name: mycache
|
||||
# If you chose signing key for write access
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
# If you chose API tokens for write access OR if you have a private cache
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- name: Checks
|
||||
run: nix flake check
|
||||
- run: nix-build
|
||||
- run: nix-shell --run "echo OK"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue