chore: migrate binary cache from garnix to cachix#88
Open
chadac wants to merge 3 commits into
Open
Conversation
garnix is down, so move the flake's substituter config and the NixOS system substituter config to the chadac-dotfiles Cachix cache. Add a GitHub Actions workflow that builds the odin/thor NixOS and home configurations and pushes them to Cachix (replacing garnix's automatic server-side builds). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Drop garnix.yaml so garnix no longer runs builds/checks on this repo. Builds are now handled by the Cachix GitHub Actions workflow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Full NixOS/home closures exhausted the GitHub runner's disk
("No space left on device"). Reclaim ~25GB of preinstalled tooling
before building.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
garnix is down, so this migrates the binary cache from garnix to the
chadac-dotfilesCachix cache.flake.nix— replace the garnix substituter/public-key innixConfigwithhttps://chadac-dotfiles.cachix.org(FlakeHub & Determinate entries kept).apps/default.nix— same swap in the NixOS systemnix.settings.substituters..github/workflows/cachix.yml(new) — build theodin/thorNixOS toplevel and home activation packages in a matrix and push results to Cachix viacachix/cachix-action. This replaces garnix's automatic server-side builds.The public signing key (
chadac-dotfiles.cachix.org-1:X6SN8xFOL7yHXvmFHDfYLAQy0U4E6qgq+2wlOLwTc1c=) was pulled from the live Cachix API.Follow-ups
CACHIX_AUTH_TOKENrepo secret is in place (confirmed by author).🤖 Generated with Claude Code