Files
hammer/recipes/gomi.toml
T

18 lines
441 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 = "gomi"
version = "1.6.2"
[source]
repo = "https://github.com/b4b4r07/gomi"
commit = "c3c52f932484542b94d6af10ecdd982fc0e175c5"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = []
[deps]
build = ["go"]