First of all, apologies for opening an issue, I don't know where else to ask it.
I'm trying to put why3 v1.6.0 in a flake. The problem is that, I need to enable the IDE with the --enable-ide flag at build time (similar to configureFlags). Is there a way to do this currently?
I've tried to use the overlay mechanism to add the flag, but it didn't work since it's more designed for env variables as far as I understand.
Hello,
First of all, apologies for opening an issue, I don't know where else to ask it.
I'm trying to put
why3
v1.6.0 in a flake. The problem is that, I need to enable the IDE with the--enable-ide
flag at build time (similar toconfigureFlags
). Is there a way to do this currently? I've tried to use theoverlay
mechanism to add the flag, but it didn't work since it's more designed for env variables as far as I understand.Here's the nix file I currently have:
Thank you for your time :)