Granja laptop sobre cli-rust-10: build-yield 11/18, todos ELF static-musl: cargo-component, cargo-dist, cargo-llvm-cov, cargo-make, cocogitto, committed, dotenv-linter, git-branchless, jujutsu (jj), netscanner, systemctl-tui. 7 staged (cargo-release/convco/dnspeep/feroxbuster/git-stack/git-trim/selene). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
23 lines
832 B
TOML
23 lines
832 B
TOML
# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final:
|
|
# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá
|
|
# compiler/link/phases y adaptá hasta que compile.
|
|
# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren.
|
|
name = "cocogitto"
|
|
version = "7.0.0"
|
|
|
|
[source]
|
|
repo = "https://github.com/oknozor/cocogitto"
|
|
commit = "055a9fa8db8ac8ce50074d50162b48b92e9d0c47"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "cog"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/cog /out/usr/bin/cog"
|
|
|
|
# buildInputs de nix (NO deps de hammer — cargo vendorea; backend Rust por
|
|
# defecto). Si algún sys-crate C falla, adaptá per-paquete (patch/feature): libgit2
|