qbittorrent-api unstable

This commit is contained in:
2025-05-24 14:09:23 -06:00
parent f3826b7046
commit b48afc4549
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
}:
let
pkgs = mkpkgs inputs.nixpkgs;
pkgsU = mkpkgs inputs.nixpkgs-unstable;
in
_final: prev: {
nautilus = prev.nautilus.overrideAttrs (old: {
@@ -50,4 +51,5 @@ _final: prev: {
withVencord = true;
withOpenASAR = true;
};
inherit (pkgsU) qbittorrent-api;
}