fix(cicd): don't run nix build (yet)

No packages to build currently
This commit is contained in:
reo101 2023-02-07 04:07:21 +02:00
parent c2c77771aa
commit 3fd306eb98

View file

@ -14,5 +14,5 @@ jobs:
with: with:
name: rix101 name: rix101
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build # - run: nix build
- run: nix flake check - run: nix flake check