18 lines
470 B
TOML
18 lines
470 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 = "step-ca"
|
|
version = "0.29.0"
|
|
|
|
[source]
|
|
repo = "https://github.com/smallstep/certificates"
|
|
commit = "992ff696e95b424a99140bd7edb2144013975059"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["./cmd/step-ca"]
|
|
|
|
[deps]
|
|
build = ["go"]
|