Revert "ci: run nix build in workflow"

This reverts commit 88aa61eb95.

No longer required because the added nixos-tests check already causes
the package to be built now.

Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
Thomas Mühlbacher 2024-06-14 00:41:39 +02:00
parent 922ba240c5
commit 6377d93b1c

View File

@ -19,4 +19,3 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake show - run: nix flake show
- run: nix flake check --print-build-logs - run: nix flake check --print-build-logs
- run: nix build --print-build-logs