From ec7b9b4e23dc11917672a43759bbbb2f997a146f Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sat, 22 Mar 2025 00:19:21 -0500 Subject: [PATCH] fix tmux terminal --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e8e22d2..a101ef5 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];