damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

shell.nix (130B)


      1 { pkgs ? import <nixpkgs> {} }:
      2 with pkgs;
      3 mkShell {
      4   buildInputs = with python3Packages; [ Mako requests wabt todo-txt-cli ];
      5 }