input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
37 stars 9 forks source link

Write up documentation on using `devx` with `direnv` #63

Closed yvan-sraka closed 1 year ago

yvan-sraka commented 1 year ago

Rendered

perturbing commented 1 year ago

Hi, nice tutorial! I have two comments.

1) It might be nice to mention that one can/should pin the flake? 2) I tried the vs code setup, all worked but got a weird bug where my vs code terminal would show

\[\][\[\]thomas$\[\] \[\]

This also prevented the terminal from its functionallity like retrieving a previous executred cmd by pressing up. This resulted in

\[\][\[\]thomas$\[\] \[\] ^[[A

any ideas?

This also happends when I enter the shell via nix develop and then perform a code .. Any ideas?