ec-node: WebTransport publish + web hang-watch

This commit is contained in:
every.channel 2026-02-16 12:54:42 -05:00
parent 791c7beee7
commit 339aef50e0
No known key found for this signature in database
19 changed files with 1355 additions and 2229 deletions

View file

@ -66,6 +66,8 @@
] ++ lib.optionals stdenv.isLinux linuxTauriDeps;
shellHook = ''
# Ensure nix-provided tools win over any host-local installs (e.g. a wrong-arch trunk).
export PATH=${pkgs.trunk}/bin:$PATH
export FFMPEG_INCLUDE_DIR=${pkgs.ffmpeg.dev}/include
export FFMPEG_LIB_DIR=${pkgs.ffmpeg.lib}/lib
export LLVM_COV=${pkgs.llvmPackages.llvm}/bin/llvm-cov