Files
hammer/recipes/revive.toml
T

18 lines
446 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 = "revive"
version = "1.11.0"
[source]
repo = "https://github.com/mgechev/revive"
commit = "92243279ea475f93e3bfa468488f5b44c642a659"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = []
[deps]
build = ["go"]