build(nix): pin nixpkgs revision in shell.nix - #1
Open
JPHutchins wants to merge 1 commit into
Open
Conversation
JPHutchins
force-pushed
the
modernize/01-nix
branch
3 times, most recently
from
July 23, 2026 23:57
ab69168 to
92e26ba
Compare
shell.nix: - pin nixpkgs to a fixed nixos-25.05 revision (rev + sha256) instead of the mutable refs/tags/22.11 tarball - rename the removed `pkgconfig` alias to `pkg-config`; drop the `darwin.apple_sdk.frameworks.Security` stub (a no-op in 25.05) .github/workflows/ci.yml (replacing the unmaintained Dhall generator: builder.dhall, ci.dhall, helpers.dhall, schema.dhall): - unfiltered `pull_request` trigger so CI runs on the whole stacked series, not only PRs targeting master - one ubuntu job: build with poetry + maturin and run pytest - kept intentionally small; the workflow tracks the tooling as the stack modernizes it (uv at #2, camas at #7) Co-Authored-By: claude-opus-4-8[1m] <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019JtM6kqpbjzQB5CVosa5pt
JPHutchins
force-pushed
the
modernize/01-nix
branch
from
July 24, 2026 00:27
92e26ba to
7593e96
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked series modernizing the lapsed
dhall-python(for eventual upstreaming tos-zeng/dhall-python). Base of the stack.shell.nix— pin nixpkgs to a fixednixos-25.05revision (rev+sha256) instead of the mutablerefs/tags/22.11tarball;pkgconfig→pkg-config; drop thedarwin.apple_sdk.frameworks.Securitystub (a no-op in 25.05)..github/workflows/ci.yml— replace the unmaintained Dhall generator (builder.dhall,ci.dhall,helpers.dhall,schema.dhall) with a small hand-written workflow: an unfilteredpull_requesttrigger so CI runs on the whole stacked series (not only PRs targetingmaster), and one ubuntu job that builds with poetry + maturin and runs pytest.Kept intentionally small — the workflow tracks the tooling as the stack modernizes it (uv at #2, camas at #7, nextest/matrix at the coverage PR), so every PR stays green.
Warning
LLM Disclosure
This post was authored by claude-opus-4-8[1m] on behalf of @JPHutchins, as the base of a stacked modernization of
dhall-python— trimmed to the Nix pin plus the minimal CI needed to give the series green coverage.