Files
hammer/recipes/melange.toml
T

18 lines
455 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 = "melange"
version = "0.41.1"
[source]
repo = "https://github.com/chainguard-dev/melange"
commit = "61754ecffc527ac37e723f4ee766669eaac04e29"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = []
[deps]
build = ["go"]