Skip to content

Commit

Permalink
missing package in shell.nix - thanks jb55
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Nov 24, 2023
1 parent 7196547 commit 013d611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
with pkgs;
mkShell {
buildInputs = [
perl perlPackages.YAML perlPackages.TemplateToolkit
perl perlPackages.YAML perlPackages.TemplateToolkit perlPackages.RegexpGrammars
lmdb zstd secp256k1 flatbuffers zlib openssl libuv
];
}

0 comments on commit 013d611

Please sign in to comment.