nyaa 0.9.0

A tui tool for browsing and downloading torrents from nyaa.si
Documentation
1
2
3
4
5
6
7
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
  inputsFrom = [(pkgs.callPackage ./default.nix {})];
  buildInputs = with pkgs; [
    # add build tools
  ];
}