Etapa G: 7ma cosecha del VPS — heh/mdbook-mermaid/mdbook-toc/prek (corpus 253→257)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-24 15:03:37 -04:00
co-authored by Claude Opus 4.8
parent 498ea7fe84
commit ec37eab065
4 changed files with 0 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# 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 = "heh"
version = "0.6.3"
[source]
repo = "https://github.com/ndd7xv/heh"
commit = "12f9df0d3161032917af0ee5e0229ef592397fd1"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = ["--bin", "heh"]
[build.phases]
install = "mkdir -p /out/usr/bin && cp target/release/heh /out/usr/bin/heh"