Closed aleasims closed 4 months ago
Boost library is added to buildInputs in flake.nix: https://github.com/NilFoundation/zkllvm-blueprint/blob/master/flake.nix#L30
buildInputs
flake.nix
However because blueprint is header-only, Boost have to be in propagatedBuildInputs just like crypto3.
propagatedBuildInputs
crypto3
Boost library is added to
buildInputs
inflake.nix
: https://github.com/NilFoundation/zkllvm-blueprint/blob/master/flake.nix#L30However because blueprint is header-only, Boost have to be in
propagatedBuildInputs
just likecrypto3
.