This commit is contained in:
Ryan Mulligan 2020-11-25 08:52:06 -08:00 committed by GitHub
parent 63a05f3622
commit 5eee3864f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12 - 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: with:
name: nix-community name: nix-community
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' extraPullNames: nixpkgs-update
skipPush: true
- run: nix-build - run: nix-build