Skip to content

fix: handle nix 2.34+ show-derivation format in build proviso#4

Merged
Mayeu merged 1 commit into
mainfrom
fix/proviso-nix-2.34
May 9, 2026
Merged

fix: handle nix 2.34+ show-derivation format in build proviso#4
Mayeu merged 1 commit into
mainfrom
fix/proviso-nix-2.34

Conversation

@Mayeu
Copy link
Copy Markdown
Owner

@Mayeu Mayeu commented May 9, 2026

nix 2.34 wraps the derivation map under a derivations key alongside a version field. The previous jq pipeline iterated top-level keys and choked on the numeric version. Unwrap with (.derivations // .) so both old and new formats work.

nix 2.34 wraps the derivation map under a `derivations` key alongside a
`version` field. The previous jq pipeline iterated top-level keys and
choked on the numeric `version`. Unwrap with `(.derivations // .)` so
both old and new formats work.
@Mayeu Mayeu merged commit 840b113 into main May 9, 2026
2 checks passed
@Mayeu Mayeu deleted the fix/proviso-nix-2.34 branch May 9, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant