fix tmux terminal
This commit is contained in:
parent
2e1565338b
commit
ec7b9b4e23
@ -37,6 +37,7 @@
|
|||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export RUST_SRC_PATH=${pkgs.rustPlatform.rustLibSrc}
|
export RUST_SRC_PATH=${pkgs.rustPlatform.rustLibSrc}
|
||||||
|
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
|
||||||
'';
|
'';
|
||||||
buildInputs = runtimeDeps;
|
buildInputs = runtimeDeps;
|
||||||
nativeBuildInputs = buildDeps ++ devDeps ++ [ rustc ];
|
nativeBuildInputs = buildDeps ++ devDeps ++ [ rustc ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user