lazy fix for startup crash

This commit is contained in:
Tao Tien 2026-03-02 14:19:00 -08:00
parent 7ffef5522b
commit bf23dbaf80
2 changed files with 7 additions and 0 deletions

View file

@ -45,6 +45,7 @@
];
env.LD_LIBRARY_PATH = lib.makeLibraryPath packages;
env.RUST_LOG = "jong=trace";
env.RUST_BACKTRACE = "full";
# https://devenv.sh/languages/
languages.rust = {