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 ];