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 bae0096 commit d265965Copy full SHA for d265965
.github/workflows/nix.yml
@@ -12,18 +12,18 @@ jobs:
12
- ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
17
- - uses: cachix/install-nix-action@v20
+ - name: Install Nix
18
+ uses: DeterminateSystems/nix-installer-action@v4
19
with:
- extra_nix_config: |
20
- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
21
+
22
+ - uses: DeterminateSystems/magic-nix-cache-action@v2
23
24
- uses: cachix/cachix-action@v12
25
26
name: foliage
27
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
28
- - uses: DeterminateSystems/magic-nix-cache-action@v2
-
29
- run: nix build --accept-flake-config
0 commit comments