Conversation
A single buildEnv (mac/env.nix) installed into the user profile via `nix profile add`, providing the full development toolchain: stable Rust via fenix (including rustfmt — my projects format with stable now), node 24 + pnpm, python 3.14 + uv, mdbook with the katex and mermaid preprocessors, colima + the docker CLI/compose/buildx, the sops/age YubiKey stack, and general CLI utilities. Also unify the whole repo on a single nixpkgs input tracking nixos-unstable: the gaming PC moves from nixos-26.05 to the rolling branch, and the per-machine update recipes merge into one. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
larry0x
added a commit
that referenced
this pull request
Jul 18, 2026
Claude Code and OpenCode are deliberately installed with their official installers rather than from nixpkgs: they release near-daily, and only native installs self-update (the nixpkgs opencode wrapper disables the auto-updater entirely). The cargo-shim note never matched env.nix on main, which has shipped the plain fenix stable toolchain (stable rustfmt included) since PR #1 merged. Verified live before deleting: cargo resolves to the fenix toolchain binary, `cargo +stable` errors out, and rustfmt reports 1.9.0-stable. --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WHp6naBiLsdPWh3kXQA7PF
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.
A single buildEnv (mac/env.nix) installed into the user profile via
nix profile add, providing the full development toolchain: stableRust via fenix (including rustfmt — my projects format with stable
now), node 24 + pnpm, python 3.14 + uv, mdbook with the katex and
mermaid preprocessors, colima + the docker CLI/compose/buildx, the
sops/age YubiKey stack, and general CLI utilities.
Also unify the whole repo on a single nixpkgs input tracking
nixos-unstable: the gaming PC moves from nixos-26.05 to the rolling
branch, and the per-machine update recipes merge into one.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com