NilFoundation / zkllvm-blueprint

Circuit components definition library for zkLLVM circuit compiler
MIT License
43 stars 17 forks source link

Boost dependency is not propagated in flake.nix #398

Closed aleasims closed 4 months ago

aleasims commented 5 months ago

Boost library is added to buildInputs in flake.nix: https://github.com/NilFoundation/zkllvm-blueprint/blob/master/flake.nix#L30

However because blueprint is header-only, Boost have to be in propagatedBuildInputs just like crypto3.