Add nix shell build environments
@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [
perl perlPackages.YAML perlPackages.TemplateToolkit
lmdb zstd secp256k1 libb2 flatbuffers zlib openssl libuv
];
}
The note is not visible to the blocked user.