flake: Set `RUST_BACKTRACE` in development shell

This commit is contained in:
Lorenz Leutgeb 2026-04-16 16:17:21 +02:00 committed by Fintan Halpenny
parent 2d20e249fd
commit 6ce2d00be2
1 changed files with 4 additions and 1 deletions

View File

@ -368,7 +368,10 @@
sqlite sqlite
]; ];
env.RUST_SRC_PATH = "${rustupDevShell.toolchain}/lib/rustlib/src/rust/library"; env = {
RUST_BACKTRACE = "full";
RUST_SRC_PATH = "${rustupDevShell.toolchain}/lib/rustlib/src/rust/library";
};
}; };
}); });
} }