Redundant options for Boost library in default derivation in flake.nix
aleasims opened this issue · 1 comments
aleasims commented
These overrides for Boost are unnecessary and lead to Boost being compiled from sources (which takes significant time):
https://github.com/NilFoundation/zkllvm-blueprint/blob/master/flake.nix#L30-L34
Probably it's fine to simply use pkgs.boost183
here.