start render other

This commit is contained in:
Tao Tien 2026-03-09 03:33:20 -07:00
parent 8f606543f5
commit 1b5b7c9e77
8 changed files with 193 additions and 80 deletions

View file

@ -3,6 +3,9 @@
lib,
...
}: rec {
env.RUST_LOG = "jong=trace";
env.RUST_BACKTRACE = "1";
# https://devenv.sh/processes/
processes.lspmux.exec = "lspmux server";
processes.spacetimedb_start.exec = "spacetime start";
@ -44,8 +47,6 @@
wayland
];
env.LD_LIBRARY_PATH = lib.makeLibraryPath packages;
env.RUST_LOG = "jong=trace";
# env.RUST_BACKTRACE = "full";
# https://devenv.sh/languages/
languages.rust = {