Fix CI (#40)
This commit is contained in:
parent
63a05f3622
commit
5eee3864f3
1 changed files with 5 additions and 2 deletions
7
.github/workflows/nix.yml
vendored
7
.github/workflows/nix.yml
vendored
|
@ -7,8 +7,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v12
|
||||
- uses: numtide/cachix-action@only-cache
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: cachix/cachix-action@v8
|
||||
with:
|
||||
name: nix-community
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
extraPullNames: nixpkgs-update
|
||||
skipPush: true
|
||||
- run: nix-build
|
||||
|
|
Loading…
Add table
Reference in a new issue