Skip to content

Commit

Permalink
test: Add blst to testenv.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Sep 8, 2024
1 parent 4dbdeb9 commit ec60fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/testenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ poetry2nix.mkPoetryEnv {
eth-bloom = [ "setuptools" ];
clang = [ "setuptools" ];
ckzg = [ "setuptools" "clang" ];
blst = [ "setuptools" "clang" ];
aiohappyeyeballs = [ "poetry" ];
docker = [ "hatchling" "hatch-vcs" ];
};
Expand Down

0 comments on commit ec60fc5

Please sign in to comment.