Files
hammer/tandas/needs-review-weekend/richgo.toml
T

27 lines
883 B
TOML

# REVIEW 2026-06-27T12:05:31Z: smoke-test falló (panic/segfault/cuelga). bin=richgo última salida:
# panic: exec: "go": executable file not found in $PATH
#
# goroutine 1 [running]:
# main.main()
# github.com/kyoh86/richgo/main.go:74 +0x414
# 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 = "richgo"
version = "0.3.12"
[source]
repo = "https://github.com/kyoh86/richgo"
commit = "f0029df38013ee11a2fb3c79c6c2cf5af1a6c056"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = []
# buildInputs de nix (no usados con CGO off): go
[deps]
build = ["go"]