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 1057ef93e3
commit 2f13e3a21d

View file

@ -19,6 +19,6 @@ jobs:
with: with:
name: nix-community name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --all-systems - run: nix flake check --all-systems --builders ""
- run: nix flake check --all-systems ./templates/_wrapper/simple --no-write-lock-file - 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