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 4084d1c + ba4b672 commit 75a7852Copy full SHA for 75a7852
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
build-amd64:
9
runs-on: ubuntu-24.04
10
steps:
11
- - uses: cachix/install-nix-action@17fe5fb4a23ad6cbbe47d6b3f359611ad276644c # v31
+ - uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31
12
with:
13
nix_path: nixpkgs=channel:nixos-25.05
14
github_access_token: ${{ secrets.GITHUB_TOKEN }}
@@ -21,7 +21,7 @@ jobs:
21
build-arm64:
22
runs-on: ubuntu-24.04-arm
23
24
25
26
27
0 commit comments