ec-node: WebTransport publish + web hang-watch
This commit is contained in:
parent
791c7beee7
commit
339aef50e0
19 changed files with 1355 additions and 2229 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue