Add patch of rqbit for higher version

This commit is contained in:
ulic-youthlic 2026-02-01 14:42:00 +08:00
parent dc462255db
commit 3fcebc8a87
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{inputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
rqbit = inputs.nixpkgs-485603.legacyPackages.${system}.rqbit;
}