Closed georgewsinger closed 4 years ago
The issue is nix-shell
can't be run on my remote host unless/until /home/george/.bashrc
is sourced first (on my local machine). dante-start
wraps a call to start-file-process
, which wraps a call to nix-shell
.
I started an issue to figure out how to resolve this: https://emacs.stackexchange.com/questions/61728/how-to-tell-tramp-to-load-bashrc-before-executing-commands-remotely
Using the absolute path of nix-shell
and cabal
fixed the issue.
I am trying to get SimulaVR (nix-based Haskell project) working with dante. I am able to get a REPL working outside of dante as follows:
However, when I launch dante in Spacemacs and run
dante-type-at
on a Haskell symbol:I have tried making a
.dir-locals.el
in directory./addons/godot-haskell-plugin
(the Haskell project root) withIn addition, I have verified that
dante-project-root
is correctlyAny advice on how to get dante up and running?