nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

shell.nix (181B)


      1 { pkgs ? import <nixpkgs> {} }:
      2 with pkgs;
      3 mkShell {
      4   buildInputs = [ autoreconfHook flatbuffers flatcc pkg-config flamegraph ];
      5 
      6   LIBCLANG_PATH="${llvmPackages.libclang}/lib";
      7 }