rqbit: expose the webui as passthru

this can be useful for ex. for `nix develop .#rqbit.webui` or perhaps if
one needs to server the static pages from another http server
This commit is contained in:
Дамјан Георгиевски
2025-01-05 21:32:57 +01:00
parent 4d24b79482
commit f2318ecfb6
+2
View File
@@ -68,6 +68,8 @@ rustPlatform.buildRustPackage {
doCheck = false;
passthru.webui = rqbit-webui;
meta = with lib; {
description = "Bittorrent client in Rust";
homepage = "https://github.com/ikatson/rqbit";