watchexec (antes E0658 'debug_closure_helpers', feature nightly) construye+sella con 1.96: la feature se estabilizó. b3:557bff16. Confirma que el bump destraba no sólo MSRV de deps sino features de std antes nightly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
688 B
TOML
20 lines
688 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 = "watchexec"
|
|
version = "2.5.1"
|
|
|
|
[source]
|
|
repo = "https://github.com/watchexec/watchexec"
|
|
commit = "9b7fed6a52c7586815864fe5c5bd1b6b5e5cec37"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "watchexec"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/watchexec /out/usr/bin/watchexec"
|