GH Actions: Bump cachix/install-nix-action to v16 (#703)

pull/711/head
Emilio López 3 years ago committed by GitHub
parent f0f20de47e
commit ff36688977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/nix.yml

@ -19,7 +19,7 @@ jobs:
- macos-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build

Loading…
Cancel
Save