Remove flake check

This commit is contained in:
Daniel Winkler 2025-09-12 16:56:13 +10:00
commit 853d30634d

View file

@ -27,5 +27,5 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: rstats-on-nix, nix-community
- run: nix build .
- run: nix flake check . --all-systems
- run: nix run .#default -- "q('no')"
- run: nix develop -c Rscript test/test.R