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
For a given buffer, Emacs should call idris2 --find-ipkg so the dependencies of the packages installed with Pack are found. I tried various options but without any success:
add the --find-ipkg flag to the Idris2 Interpreter Flags
run the idris2-ipkg-build command on the .ipkg file.
Each time, the packages installed with Pack remain not found (while I have no issues running a REPL from the Terminal).
I don't know if this is an issue or just something that I am missing, but it doesn't seem to be documented.
The text was updated successfully, but these errors were encountered:
For a given buffer, Emacs should call
idris2 --find-ipkg
so the dependencies of the packages installed with Pack are found. I tried various options but without any success:--find-ipkg
flag to theIdris2 Interpreter Flags
idris2-ipkg-build
command on the.ipkg
file.Each time, the packages installed with Pack remain not found (while I have no issues running a REPL from the Terminal).
I don't know if this is an issue or just something that I am missing, but it doesn't seem to be documented.
The text was updated successfully, but these errors were encountered: