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.
This commit is contained in:
Marien Zwart 2024-05-23 18:39:54 +10:00 committed by marienz
parent 2562e36ad3
commit a55e257b13

View file

@ -56,8 +56,6 @@ jobs:
nix flake update --commit-lock-file nix flake update --commit-lock-file
- name: Check flake.lock - name: Check flake.lock
uses: DeterminateSystems/flake-checker-action@main uses: DeterminateSystems/flake-checker-action@main
with:
nixpkgs-keys: "" # TODO: check nixpkgs used for cached builds
- name: Cache git checkouts - name: Cache git checkouts
uses: actions/cache@v4 uses: actions/cache@v4
with: with: