Granja JOBS=4 con scudo ya mitigado + toolchain 1.96: gitu/hgrep/igrep/kmon/kondo/mask/nomino/ oha/pik/ripgrep-all/rustscan/sad/serie/stylua/systeroid construyen+sellan+corren static-musl (build-yield 15/23). pik confirma que sysinfo (antes MSRV 1.95) ya entra con 1.96. Incluye tandas/cli-rust-5.txt (import 17/19) + dura/xcp staged (nuevos fallos: E0308/edición, triage). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
23 lines
852 B
TOML
23 lines
852 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 = "rustscan"
|
|
version = "2.4.1"
|
|
|
|
[source]
|
|
repo = "https://github.com/RustScan/RustScan"
|
|
commit = "b9d5cee67ae16db92ec6ab5ba3bd9c40a281a803"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "rustscan"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/rustscan /out/usr/bin/rustscan"
|
|
|
|
# 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): perl, python3
|