fix tmux terminal

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-22 00:19:21 -05:00
parent 2e1565338b
commit ec7b9b4e23

View File

@ -37,6 +37,7 @@
pkgs.mkShell {
shellHook = ''
export RUST_SRC_PATH=${pkgs.rustPlatform.rustLibSrc}
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
'';
buildInputs = runtimeDeps;
nativeBuildInputs = buildDeps ++ devDeps ++ [ rustc ];