From 63db4990bd9322f6e65c642b4d14b236bc125987 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 1 Jan 2024 22:06:38 +0100 Subject: [PATCH] ci/check: prevent CI from using remote builders --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ebfd6472..951ee2f4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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