Files
hammer/recipes/incoming-go/bom.toml
T

18 lines
458 B
TOML

# Escrita a mano (Etapa G, tanda 2026-07-05): import-nix rechaza el fetchgit recursivo
# de nixpkgs (hash NAR no reusable) ⇒ repo+commit fijados a mano, vía Go automática del lab.
name = "bom"
version = "0.7.1"
[source]
repo = "https://github.com/kubernetes-sigs/bom"
commit = "1ab6284ac5e118267414f2ac3874bb08a701e9ad"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = ["./cmd/bom"]
[deps]
build = ["go"]