Etapa G: cosecha fuel-5 del VPS — 7 CLI-Rust (repo 292->299)

aichat/caligula/cotp/diskus/otree/pls/russ. Build-yield VPS 7/11; quedan
staged 4 (projectable/qrtool/rwalk fallan, wthrr misimport).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 10:45:53 -04:00
co-authored by Claude Opus 4.8
parent 74d5ab0b78
commit 4fbf84c2c7
7 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 = "russ"
version = "0.5.0"
[source]
repo = "https://github.com/ckampfe/russ"
commit = "b21aa80ebc9dc2668463386f9eb270b1782d5842"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = ["--bin", "russ"]
[build.phases]
install = "mkdir -p /out/usr/bin && cp target/release/russ /out/usr/bin/russ"