Etapa G: cosecha-go finde (auto) — promovidos: apko atlas crane flyctl go-migrate gomi grype jsonnet-bundler krew kubescape melange rekor-cli revive scorecard seaweedfs staticcheck step-ca tea trivy xq | review: crossplane-cli(bin=crossplane) fabric-ai(bin=code2context) oh-my-posh(bin=src) syft(pack) traefik(pack)

This commit is contained in:
2026-07-05 05:27:49 -04:00
parent 5c4c2cd153
commit ec8bb17fd8
25 changed files with 3 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final:
# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá
# compiler/link/phases y adaptá hasta que compile.
# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren.
name = "atlas"
version = "1.2.3"
[source]
repo = "https://github.com/ariga/atlas"
commit = "v1.2.3"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = []
subdir = "cmd/atlas"
# buildInputs de nix (no usados con CGO off): go
[deps]
build = ["go"]