Skip to content

Commit 725c02d

Browse files
committed
ci: build and cache devenv output as well
Also needed to bump nix version for the build to pass
1 parent 822d91e commit 725c02d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-nix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: ./.github/actions/setup-git-lfs
2626
- uses: cachix/install-nix-action@v29
2727
with:
28-
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
28+
install_url: https://releases.nixos.org/nix/nix-2.18.8/install
2929
extra_nix_config: |
3030
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
3131
- name: Setup emulation
@@ -40,5 +40,7 @@ jobs:
4040
name: unblob
4141
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
4242
extraPullNames: pyperscan
43+
- run: |
44+
nix build -L --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }} .#packages.${{ matrix.arch }}.devenv
4345
- run: |
4446
nix flake check -L --impure --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }}

0 commit comments

Comments
 (0)