Skip to content

Commit ae0460f

Browse files
authored
Add bashInteractive (#3096)
Replaces bash with interactiveBash, fixes a bug with VSCode
1 parent 3bcc701 commit ae0460f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/devshell.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ pkgs.mkShell {
2323
clashPkgs.cabal-install
2424
clashPkgs.haskell-language-server
2525

26+
# https://discourse.nixos.org/t/non-interactive-bash-errors-from-flake-nix-mkshell/33310
27+
pkgs.bashInteractive
28+
2629
pkgs.ghdl-llvm
2730
pkgs.nixpkgs-fmt
2831
pkgs.symbiyosys

0 commit comments

Comments
 (0)