diff --git a/pkgs/by-name/rq/rqbit/package.nix b/pkgs/by-name/rq/rqbit/package.nix index 43dc1cf733db..f57afe0a066f 100644 --- a/pkgs/by-name/rq/rqbit/package.nix +++ b/pkgs/by-name/rq/rqbit/package.nix @@ -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";