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 e5c5aa362f
commit 63db4990bd

View file

@ -19,6 +19,6 @@ jobs:
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --all-systems
- run: nix flake check --all-systems ./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