diff --git a/tandas/staged-2026-06-26/csvtk.toml b/recipes/csvtk.toml similarity index 100% rename from tandas/staged-2026-06-26/csvtk.toml rename to recipes/csvtk.toml diff --git a/tandas/staged-fallidos/dolt.toml b/tandas/staged-fallidos/dolt.toml index b8978303..eeeee6e2 100644 --- a/tandas/staged-fallidos/dolt.toml +++ b/tandas/staged-fallidos/dolt.toml @@ -1,3 +1,4 @@ +# DIFERIDA (frontera): subdir="go" YA funciona (entra al módulo), pero go-mysql-server internal/regex usa cgo+oniguruma (lib C EXTERNA) sin fallback puro-Go ⇒ necesita CGO + receta oniguruma. Clase cgo-lib-externa. # 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. @@ -13,6 +14,7 @@ commit = "781cbb730221ea7df4fc7995255bb336df9c3864" compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" +subdir = "go" flags = [] # buildInputs de nix (no usados con CGO off): go, icu4c