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 822d91e commit 725c02dCopy full SHA for 725c02d
.github/workflows/build-nix.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: ./.github/actions/setup-git-lfs
26
- uses: cachix/install-nix-action@v29
27
with:
28
- install_url: https://releases.nixos.org/nix/nix-2.13.3/install
+ install_url: https://releases.nixos.org/nix/nix-2.18.8/install
29
extra_nix_config: |
30
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
31
- name: Setup emulation
@@ -40,5 +40,7 @@ jobs:
40
name: unblob
41
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
42
extraPullNames: pyperscan
43
+ - run: |
44
+ nix build -L --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }} .#packages.${{ matrix.arch }}.devenv
45
- run: |
46
nix flake check -L --impure --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }}
0 commit comments