Replies: 1 comment 1 reply
-
Thank you for your question. Karamel has its separate repository, https://github.com/FStarLang/karamel . Could you please post an issue there? Thanks again! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get karamel to run with nix. Maybe I missed a guide somewhere, but here's my documented failures. I would be very grateful for any pointers what I can fix in my setup to get it to run.
I have the following example
Test.fst
:My
~/.config/nix/nix.conf
containsI then ran
I then try:
Since apparently it's insufficient to just add the karamel flake, I ^D out of the shell and run
Since its assuming the karamel home is
/nix/store
I give itexport KRML_HOME=/nix/store/qwq5102fkdv934vv731f1chjn2fln3n7-karamel-dirty/
. Unfortunately this still does not work:From here I'm not sure how to continue, I tried adding
lib/krml
to theKRML_HOME
, but then I get a different error:Beta Was this translation helpful? Give feedback.
All reactions