Skip to content

Commit ecc80b2

Browse files
committed
ci: build and cache devenv output as well
1 parent c6c412c commit ecc80b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-nix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ jobs:
4242
extraPullNames: pyperscan
4343
- run: |
4444
nix flake check -L --impure --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }}
45+
- run: |
46+
nix build -L --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }} .#packages.${{ matrix.arch }}.devenv

0 commit comments

Comments
 (0)