chore: purge banned Nix tooling + dependabot accuracy#36
Merged
Conversation
Nix is banned estate-wide (Guix only). Removes: - flake.nix (the flake itself) - .envrc nix-flake activation block - Justfile nix-shell recipe - install-tools.sh nix branch (now guix-first, then asdf) - .gitattributes *.nix / flake.lock rules - .gitignore Nix/flake.lock section - .editorconfig [*.nix] block Dependabot: trim to github-actions only. The repo ships no language manifests (no Cargo.toml/mix.exs/etc.), and nix/pip(Python)/npm ecosystems are all banned estate-wide; this also drops the cargo ignore:semver-patch anti-pattern that came with the template. Not included (left for manual/owner passes): Nix mentions in .github/CONTRIBUTING.md (broken template residue — needs dedup decision), docs that describe Nix as an external/standard option, and .machine_readable references (part of the separate machine-readable restructure). 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.
Part of the a2ml-validate-action hygiene pass. Removes Nix (banned estate-wide; Guix only) from active tooling and corrects the template-cruft dependabot config.
Removed
flake.nix.envrcnix-flake activation blockJustfilenix-shellrecipe.machine_readable/scripts/lifecycle/install-tools.shnix branch → now guix-first, then asdf.gitattributes*.nix/flake.lockrules.gitignoreNix /flake.locksection.editorconfig[*.nix]blockDependabot
Trimmed to github-actions only. The repo ships no language manifests (no Cargo.toml/mix.exs/package.json), and
nix/pip(Python)/npmecosystems are banned estate-wide. Also drops thecargoignore: semver-patchanti-pattern inherited from the template.Deliberately NOT included (need owner decisions / manual pass)
.github/CONTRIBUTING.md— broken template residue (wrong clone URL, malformed, stale names) that GitHub serves over the clean rootCONTRIBUTING.md. Needs a dedup decision, not a one-line patch.CONTRIBUTING.mdnix developline — file lacks the owner-attribution string the pre-commit hook requires, so editing it is part of your manual licence/header pass.docs/RSR_OUTLINE.adocTier-2 list,docs/STATE-VISUALIZER.adocdiagram)..machine_readable/Nix references — part of the separate machine-readable restructure.Signed; no licence/SPDX header edits.
🤖 Generated with Claude Code