Etapa G: 6ta cosecha del VPS — brush/cargo-criterion/features-manager/wizard (corpus 249→253)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-24 14:51:58 -04:00
co-authored by Claude Opus 4.8
parent d10b51ea0a
commit 498ea7fe84
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 = "cargo-wizard"
version = "0.2.3"
[source]
repo = "https://github.com/kobzol/cargo-wizard"
commit = "f7a6bfad0975b97043f99abd8bed21a4afa540b4"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = ["--bin", "cargo-wizard"]
[build.phases]
install = "mkdir -p /out/usr/bin && cp target/release/cargo-wizard /out/usr/bin/cargo-wizard"