Skip to content

Commit 081dd1e

Browse files
committed
Use crate2nix
1 parent 961ae34 commit 081dd1e

File tree

3 files changed

+886
-33
lines changed

3 files changed

+886
-33
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Setup Nix
2626
uses: cachix/install-nix-action@V27
2727
with:
28+
# newer versions result in different store paths
29+
install_url: https://releases.nixos.org/nix/nix-2.18.5/install
2830
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2931
extra_nix_config: |
3032
system = ${{ matrix.system }}

0 commit comments

Comments
 (0)