go-6: terraform-docs/tflint/tfsec/s5cmd/nerdctl/amass/infracost/kail/... yield 16/19, disco estable 65% con el watchdog nuevo (load bajo de 23 a 0.76). go-7 (11): hcloud/doctl/flyctl/dagger/earthly/apko/scorecard/sake/... a la cola. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
644 B
TOML
20 lines
644 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 = "turso"
|
|
version = "0.6.1"
|
|
|
|
[source]
|
|
repo = "https://github.com/tursodatabase/turso"
|
|
commit = "v0.6.1"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "tursodb"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/tursodb /out/usr/bin/tursodb"
|