Cosechado tras cerrar imagen↔repo. Ecosistema typst (tinymist LSP, typstyle, trunk, wasm-pack) + dotfiles (dotter, tuckr) + viddy/tomlq/wstunnel/rust-script/ pixi (ahora entero) + when (script Perl). 11 ELF static-musl + when (Perl). El VPS siguió moliendo autónomo durante toda la sesión imagen↔repo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
689 B
TOML
20 lines
689 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 = "tinymist"
|
|
version = "0.15.0"
|
|
|
|
[source]
|
|
repo = "https://github.com/Myriad-Dreamin/tinymist"
|
|
commit = "7e50d50a621fd162f4e614ce3ec0f4b3c5c2c2a6"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "tinymist"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/tinymist /out/usr/bin/tinymist"
|