We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b40a2 commit f01880aCopy full SHA for f01880a
flake.nix
@@ -153,7 +153,7 @@
153
hlint = "3.10";
154
};
155
# and from nixpkgs or other inputs
156
- shell.nativeBuildInputs = with nixpkgs; [gh git jq yq-go actionlint shellcheck snappy protobuf buf];
+ shell.nativeBuildInputs = with nixpkgs; [gh git jq yq-go actionlint shellcheck snappy protobuf buf blst];
157
# disable Hoogle until someone request it
158
shell.withHoogle = false;
159
# Skip cross compilers for the shell
0 commit comments