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.
2 parents 0c3882b + b382c0a commit 87fb458Copy full SHA for 87fb458
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
steps:
13
- uses: actions/checkout@v3
14
- - uses: cachix/install-nix-action@v16
+ - uses: cachix/install-nix-action@v17
15
with:
16
nix_path: nixpkgs=channel:nixos-unstable
17
- run: nix-build
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
extra_nix_config: |
29
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
0 commit comments