Reserva lista para el proximo envio cuando el VPS baje la cola: delve/gopls/ staticcheck/gofumpt/buf/sqlc/goose/atlas/dolt/restic/kopia/nats-server/charm/ pop/wishlist/headscale/rqlite/... (import 29/32). Premasticado = import+pin local, build en el VPS. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
17 lines
641 B
TOML
17 lines
641 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 = "dbgate"
|
|
version = "6.6.9"
|
|
|
|
[source]
|
|
tarball = "https://github.com/dbgate/dbgate/releases/download/v6.6.9/dbgate-6.6.9-linux_x86_64.AppImage"
|
|
sha256 = "4be3924dad20f3ffce46146bb1fadd45c22493c11abd32a3c38b1839d197bdf1"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = []
|