9 python3.pkgs.buildPythonApplication rec {
17 hash = "sha256-HZey1RVpx/fHNxdEue1LczYbwYUxEb3i3fHpkKHhn+8=";
22 python3.pkgs.pdm-backend
25 dependencies = with python3.pkgs; [
46 pythonImportsCheck = [ "nb_cli" ];
49 version = testers.testVersion { package = nb-cli; };
53 description = "CLI for nonebot2";
54 homepage = "https://cli.nonebot.dev";
55 changelog = "https://github.com/nonebot/nb-cli/releases/tag/v${version}";
56 license = lib.licenses.mit;
57 maintainers = with lib.maintainers; [ moraxyc ];