Skip to content

Commit

Permalink
test: Add git to ckzg buildSystems
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Sep 8, 2024
1 parent 011614b commit d0a89fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/testenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ poetry2nix.mkPoetryEnv {
pyunormalize = [ "setuptools" ];
eth-bloom = [ "setuptools" ];
clang = [ "setuptools" ];
ckzg = [ "setuptools" "clang" ];
ckzg = [ "setuptools" "git" "clang" ];
aiohappyeyeballs = [ "poetry" ];
docker = [ "hatchling" "hatch-vcs" ];
};
Expand Down

0 comments on commit d0a89fd

Please sign in to comment.