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 c6c412c commit ecc80b2Copy full SHA for ecc80b2
.github/workflows/build-nix.yml
@@ -42,3 +42,5 @@ jobs:
42
extraPullNames: pyperscan
43
- run: |
44
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