Merge pull request #13 from nix-community/dependabot/github_actions/cachix/install-nix-action-16

Bump cachix/install-nix-action from 15 to 16
This commit is contained in:
Jörg Thalheim 2021-11-23 19:55:57 +00:00 committed by GitHub
commit 23523075c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v16
- name: List flake structure
run: nix flake show
- name: Build

View file

@ -14,6 +14,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v16
- name: build
run: NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz nix-build --expr '(import <nixpkgs> { }).callPackage ./. { }'