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 9e781aa commit 5f17639Copy full SHA for 5f17639
.github/workflows/build.yml
@@ -10,12 +10,9 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
steps:
12
- uses: actions/checkout@v3
13
- - uses: cachix/install-nix-action@v19
+ - uses: cachix/install-nix-action@v23
14
with:
15
- install_url: https://nixos-nix-install-tests.cachix.org/serve/vij683ly7sl95nnhb67bdjjfabclr85m/install
16
- install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
17
- extra_nix_config: |
18
- experimental-features = nix-command flakes
+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
19
- uses: cachix/cachix-action@v12
20
21
name: nimmm
0 commit comments