Skip to content

Commit f01880a

Browse files
committed
Add libblst to dev shell
1 parent 88b40a2 commit f01880a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
hlint = "3.10";
154154
};
155155
# and from nixpkgs or other inputs
156-
shell.nativeBuildInputs = with nixpkgs; [gh git jq yq-go actionlint shellcheck snappy protobuf buf];
156+
shell.nativeBuildInputs = with nixpkgs; [gh git jq yq-go actionlint shellcheck snappy protobuf buf blst];
157157
# disable Hoogle until someone request it
158158
shell.withHoogle = false;
159159
# Skip cross compilers for the shell

0 commit comments

Comments
 (0)