Loading pkgs/by-name/rq/rqbit/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ nodejs, nix-update-script, nixosTests, versionCheckHook, }: let pname = "rqbit"; Loading Loading @@ -63,6 +64,11 @@ rustPlatform.buildRustPackage { doCheck = false; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; passthru = { webui = rqbit-webui; updateScript = nix-update-script { Loading Loading
pkgs/by-name/rq/rqbit/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ nodejs, nix-update-script, nixosTests, versionCheckHook, }: let pname = "rqbit"; Loading Loading @@ -63,6 +64,11 @@ rustPlatform.buildRustPackage { doCheck = false; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; passthru = { webui = rqbit-webui; updateScript = nix-update-script { Loading