ci/check: prevent CI from using remote builders

This commit is contained in:
Gaetan Lepage 2024-01-01 22:06:38 +01:00 committed by Gaétan Lepage
parent ac21d4d85e
commit a865891550

View file

@ -18,5 +18,6 @@ jobs:
with:
name: nixvim
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check
- run: nix flake check ./templates/_wrapper/simple
- 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