Skip to content

Commit 4a03593

Browse files
committed
fix: pin Nix 2.24 in CI to satisfy nixpkgs-unstable requirement
1 parent 835dcf7 commit 4a03593

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/render-cv.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- uses: nixbuild/nix-quick-install-action@v26
15+
with:
16+
nix_version: '2.24' # ← this fixes the version error
17+
1518
- run: nix develop --command rendercv render cv.yaml --output-folder render-output -nopng
1619

1720
- uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)