Drenaje del desfase store->repo firmado: bob-nvim (incoming, unico cache-hit real de los 72 staged) + du-dust/libgcrypt/libnl/libxml2/ linux-metal/nushell/wpa_supplicant (ya en recipes/, selladas pero sin .swm publicado). El store del VPS ya estaba 100% en el laptop: no habia backlog de cosecha, el gap real era store<->repo local. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
663 B
TOML
20 lines
663 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 = "bob"
|
|
version = "4.1.7"
|
|
|
|
[source]
|
|
repo = "https://github.com/MordechaiHadad/bob"
|
|
commit = "4b385e5016bb59847dbf0111a1ac6be802101c5b"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "bob"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/bob /out/usr/bin/bob"
|