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:
parent
2562e36ad3
commit
a55e257b13
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue