start render other
This commit is contained in:
parent
8f606543f5
commit
1b5b7c9e77
8 changed files with 193 additions and 80 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue