Skip to content

Commit 2611d46

Browse files
Scott at Workcursoragent
andcommitted
Fix Check Nix flake CI by updating stale nixpkgs pin.
The flake-checker rejects nixpkgs inputs older than 30 days; also disable FlakeHub in the cache action since this repo does not use it. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2016770 commit 2611d46

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/check-flake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: DeterminateSystems/nix-installer-action@v22
1616
- uses: DeterminateSystems/magic-nix-cache-action@v13
17+
with:
18+
use-flakehub: false
1719
- name: Check Nix flake inputs
1820
uses: DeterminateSystems/flake-checker-action@v5
1921
with:

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)