Files
hammer/recipes/krew.toml
T

18 lines
461 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 = "krew"
version = "0.5.0"
[source]
repo = "https://github.com/kubernetes-sigs/krew"
commit = "8a4a6fffb08d2ee04b4b013253160a50ed22139c"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = ["./cmd/krew"]
[deps]
build = ["go"]