We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdb306 commit 1583cbbCopy full SHA for 1583cbb
.github/workflows/ci.yml
@@ -11,9 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: cachix/install-nix-action@v26
15
- with:
16
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
17
- - uses: DeterminateSystems/magic-nix-cache-action@v4
+ - uses: DeterminateSystems/nix-installer-action@main
+ - uses: DeterminateSystems/magic-nix-cache-action@main
18
- run: |
19
nix flake check
0 commit comments