From a55e257b13cc3ef524b4b48ae3254fb2db34b3d3 Mon Sep 17 00:00:00 2001 From: Marien Zwart Date: Thu, 23 May 2024 18:39:54 +1000 Subject: [PATCH] CI: try to fix flake-checker CI is failing with 'Error: Invalid("no nixpkgs dependency found for specified key: ")`, probably because of this leftover start at multiple nixpkgs inputs. Remove it. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3659db..5b05900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,8 +56,6 @@ jobs: nix flake update --commit-lock-file - name: Check flake.lock uses: DeterminateSystems/flake-checker-action@main - with: - nixpkgs-keys: "" # TODO: check nixpkgs used for cached builds - name: Cache git checkouts uses: actions/cache@v4 with: