Skip to content

fix: pin Nix 2.24 in CI to satisfy nixpkgs-unstable requirement #18

fix: pin Nix 2.24 in CI to satisfy nixpkgs-unstable requirement

fix: pin Nix 2.24 in CI to satisfy nixpkgs-unstable requirement #18

Workflow file for this run

name: Render CV
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
render:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v26
with:
nix_version: '2.24' # ← this fixes the version error
- run: nix develop --command rendercv render cv.yaml --output-folder render-output -nopng
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update rendered CV (PDF/HTML/MD)"
file_pattern: render-output/*