mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-16 16:28:50 +00:00
8 lines
139 B
Nix
8 lines
139 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
with pkgs;
|
|
mkShell {
|
|
buildInputs = [
|
|
perl lmdb zstd secp256k1 flatbuffers zlib openssl libuv
|
|
];
|
|
}
|