docs(nix): note FlakeHub is not used (no useful free tier)#49
Merged
Conversation
Add a Continuous integration section to the Nix hub page: CI runs through shared reusable workflows with actions/cache + cache.nixos.org, and does not use FlakeHub. FlakeHub's hosted cache no longer has a useful free tier and a FlakeHub-backed cache action fails CI on api.flakehub.com auth. The free Determinate installer and Determinate Nix module are unaffected. Refs: dryvist/.github#13 Assisted-by: Claude:claude-opus-4-8
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.
What
Add a Continuous integration section to
nix/overview.mdx(the generic Nix hub page) documenting that Nix CI uses shared reusable workflows + GitHub Actions cache /cache.nixos.org, and does not use FlakeHub.Why
FlakeHub's hosted binary cache no longer offers a useful free tier, and a FlakeHub-backed cache action fails CI when it cannot authenticate to
api.flakehub.com(this brokedryvist/nix-claude-codeCI). The note records the decision in the public docs so the reasoning is discoverable. It also clarifies that the free Determinate Systems installer and Determinate Nix module are unaffected — only the FlakeHub cache is out.Verification
mint broken-links: no new links added.validate-mermaid.sh: no Mermaid touched.jq empty docs.json: nav unchanged (section added to an existing page).Refs: dryvist/.github#13
🤖 Generated with Claude Code