From 744594b2276d0f32ca23790fbdec511e1b5d51ff Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 6 Jan 2024 02:09:20 +0100 Subject: [PATCH] ci/check: remove useless check of the template flake --- .github/workflows/check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f86d3181a8..46faecd535 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -20,4 +20,3 @@ jobs: name: nix-community authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: nix flake check --all-systems --builders "" - - run: nix flake check --all-systems --builders "" ./templates/_wrapper/simple --no-write-lock-file