Open multivac61 opened 5 hours ago
Ugh, this turned out to be an implementation detail of direnv: https://github.com/direnv/direnv/wiki/Customizing-cache-location
For some reason the repo did not like having the .direnv/
folder there
Ah.. it also doesn't like having the .devenv/
folder there either...
Describe the bug Following the phoenix example tailwindcss lsp in
phx new --install .
should work the same asphx new --install hello && cd hello
See issue created in the phoenix repo: https://github.com/phoenixframework/phoenix/issues/5967
To reproduce
Try creating a blank phoenix project using
https://github.com/multivac61/phx_devenv
with a) the direnv devshell and b)
nix shell nixpkgs#elixir
. The latter one works fine.Version
Paste the output of
$ devenv version
here or tell us if you're using flakes.using flakes,
devenv: 1.3.1