Fix default.nix for VS code

Fix review comment
This commit is contained in:
Ranjeet Kumar Ranjan 2022-04-21 14:50:54 +05:30 committed by Harendra Kumar
parent aaa775be9f
commit ef76e4b8bb

View File

@ -129,7 +129,8 @@ let haskellPackages =
# Use a better prompt
shellHook = ''
export CABAL_DIR="$(pwd)/.cabal.nix"
cabal user-config update -a "jobs: 1"
#This is commented for hls to work with VSCode
#cabal user-config update -a "jobs: 1"
if test -n "$PS_SHELL"
then
export PS1="$PS_SHELL\[$bldred\](nix:streamly)\[$txtrst\] "