We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7681158 commit 8176f8aCopy full SHA for 8176f8a
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Show nixpkgs version
57
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
58
- name: Setup cachix
59
- uses: cachix/cachix-action@v15
+ uses: cachix/cachix-action@v16
60
# Don't replace <YOUR_CACHIX_NAME> here!
61
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
62
with:
0 commit comments