ci: nix build -> nix flake check

The (debug) package is already set as a check and will still be built
with this, but Nix will now also check other outputs automatically --
such as the dev shell
This commit is contained in:
seth
2024-09-27 15:27:08 -04:00
committed by Ivan Molodetskikh
parent b258fd69d2
commit a835bdc940
+1 -1
View File
@@ -192,7 +192,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v3
continue-on-error: true
- run: nix build
- run: nix flake check
continue-on-error: true
publish-wiki: