Hi, this is an dummy example of how i'd like to make dante run ob repl:
(nix-obelisk . ,(lambda (root) (dante-repl-by-file root '("some-obelisk-file.ob") '("ob" "repl"))))
Dante was taking a cabal new-repl from dante-repl-command-line-methods-alist when I open a obelisk project's file, so I hardcoded that to ob repl.
However, I get an error File mode specification error: (file-error Searching for program No such file or directory ob repl) and cannot figure out what is going wrong there. If ob repl works from console it should work with dante too, right?
What is it im doing wrong?
Thanks
Hi, this is an dummy example of how i'd like to make dante run
ob repl
:(nix-obelisk . ,(lambda (root) (dante-repl-by-file root '("some-obelisk-file.ob") '("ob" "repl"))))
Dante was taking acabal new-repl
from dante-repl-command-line-methods-alist when I open a obelisk project's file, so I hardcoded that toob repl
. However, I get an error File mode specification error: (file-error Searching for program No such file or directory ob repl) and cannot figure out what is going wrong there. Ifob repl
works from console it should work with dante too, right? What is it im doing wrong? Thanks