Skip to content

Commit

Permalink
CI: try to fix flake-checker
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
marienz committed May 23, 2024
1 parent 2562e36 commit a55e257
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a55e257

Please sign in to comment.