Files
hammer/recipes/flyctl.toml
T

18 lines
447 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 = "flyctl"
version = "0.4.63"
[source]
repo = "https://github.com/superfly/flyctl"
commit = "5b3fc2f5a2cb33e7cbb4910b6e19ce1577a96fed"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = []
[deps]
build = ["go"]