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 aa6322e commit 026e495Copy full SHA for 026e495
1 file changed
.github/workflows/nix.yml
@@ -84,6 +84,7 @@ jobs:
84
show-progress: false
85
persist-credentials: false
86
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31.10.6
87
+ - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13
88
- run: nix build .#${{ matrix.installable }}
89
90
build-macos:
@@ -102,4 +103,5 @@ jobs:
102
103
104
105
106
107
0 commit comments