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 52c4202fe9
commit 4d1032f3b9

View file

@ -20,4 +20,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --all-systems --builders "" - run: nix flake check --all-systems --builders ""
- run: nix flake check --all-systems --builders "" ./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 --builders ""