Skip to content

Commit c2ed4e8

Browse files
committed
chore: drop Nix from package-management policy + orphaned config
CICD-PATTERNS no longer lists Nix as a packaging fallback (Guix is sole); removes the orphaned flake.lock .gitattributes entries (no flake.lock exists). https://claude.ai/code/session_016R5WsMHtpnD8bmrkjFNFmg
1 parent 28b1c14 commit c2ed4e8

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ Containerfile text eol=lf
4343
*.gz binary
4444
# Lock files
4545
Cargo.lock text eol=lf -diff
46-
flake.lock text eol=lf -diff
4746
shared-context/learning/*.jsonl filter=lfs diff=lfs merge=lfs -text

.machine_readable/CICD-PATTERNS.a2ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ version = "1.0"
254254
(rationale "Prefer FOSS-first: nerdctl (containerd) → podman (daemonless) → docker"))
255255
(package-management
256256
(primary "guix")
257-
(fallback "nix")
258-
(rationale "Guix for reproducibility, Nix as widely-available fallback"))
257+
(rationale "Guix is the sole packager; Nix retired estate-wide 2026-06-05"))
259258
(base-images
260259
(preferred "cgr.dev/chainguard/wolfi-base:latest")
261260
(alternatives

robot-repo-automaton/.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ Containerfile text eol=lf
5151

5252
# Lock files
5353
Cargo.lock text eol=lf -diff
54-
flake.lock text eol=lf -diff

0 commit comments

Comments
 (0)