Open msprotz opened 1 day ago
@Nadrieril how can I instruct Nix to run only "make minimal" in karamel, so that the build does not require an F* dependency?
I don't really understand the setup, but I'd change the flake in karamel to have an option for that. That means either a new karamel-minimal
output or a callPackage
option. I can attempt a PR tomorrow if you want
Yeah if that's ok it would be great -- you can probably do it much faster than I can. Basically if you invoke only "make minimal" in krml it builds without F*.
Until https://github.com/FStarLang/karamel/issues/496 is fixed