notecrumbs

a nostr opengraph server build on nostrdb and egui
git clone git://jb55.com/notecrumbs
Log | Files | Refs | README | LICENSE

shell.nix (254B)


      1 { pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/1306659b587dc277866c7b69eb97e5f07864d8c4.tar.gz") {} }:
      2 
      3 with pkgs;
      4 mkShell {
      5   nativeBuildInputs = [ rustc cargo rustfmt clippy libiconv pkg-config fontconfig freetype openssl ];
      6 }