# 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 = "biome" version = "2.4.16" license = "Apache-2.0" [source] repo = "https://github.com/biomejs/biome" commit = "5f4ea56b1dfb00d839af218e3c6484154073a7eb" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" flags = ["--bin", "biome"] [build.phases] install = "mkdir -p /out/usr/bin && cp target/release/biome /out/usr/bin/biome" # 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): git-minimal, libgit2, jemalloc, zlib