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 961ae34 commit 081dd1eCopy full SHA for 081dd1e
.github/workflows/build.yml
@@ -25,6 +25,8 @@ jobs:
25
- name: Setup Nix
26
uses: cachix/install-nix-action@V27
27
with:
28
+ # newer versions result in different store paths
29
+ install_url: https://releases.nixos.org/nix/nix-2.18.5/install
30
github_access_token: ${{ secrets.GITHUB_TOKEN }}
31
extra_nix_config: |
32
system = ${{ matrix.system }}
0 commit comments