nostril

A C cli tool for creating nostr events
git clone git://jb55.com/nostril
Log | Files | Refs | Submodules | README | LICENSE

shell.nix (124B)


      1 { pkgs ? import <nixpkgs> {} }:
      2 with pkgs;
      3 mkShell {
      4   buildInputs = [ scdoc ];
      5   nativeBuildInputs = [ autoreconfHook ];
      6 }