Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Propagate inputs of assigner header-only library
Browse files Browse the repository at this point in the history
These inputs have to be propagated otherwise any user won't be able
to use e.g. assigner.hpp because dependent headers won't be found.
  • Loading branch information
aleasims committed Apr 12, 2024
1 parent 317539c commit 6b2d0cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
gtest
boost
ethash
];

propagatedBuildInputs = [
deps.intx
deps.evmc
crypto3
Expand Down

0 comments on commit 6b2d0cb

Please sign in to comment.