Commit f2318ecf authored by Дамјан Георгиевски's avatar Дамјан Георгиевски
Browse files

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
parent 4d24b794
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";