ci/check: prevent CI from using remote builders

This commit is contained in:
Gaetan Lepage 2024-01-02 15:01:03 +01:00 committed by Gaétan Lepage
parent e688754854
commit b3ea5256e0

View file

@ -21,4 +21,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --all-systems --builders ""
- run: nix flake check --all-systems --builders "" ./templates/_wrapper/simple --no-write-lock-file
- run: nix build .#docs --show-trace
- run: nix build .#docs --show-trace --builders ""