You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 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. If
ob repl
works from console it should work with dante too, right?What is it im doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: