properly overlayed qbittorrent-api
This commit is contained in:
@@ -2,9 +2,14 @@
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
pkgsU = import inputs.nixpkgs-unstable {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
qbit_manage_env = pkgs.python3.withPackages (
|
||||
ps:
|
||||
builtins.attrValues {
|
||||
@@ -13,13 +18,13 @@ let
|
||||
gitpython
|
||||
humanize
|
||||
pytimeparse2
|
||||
qbittorrent-api
|
||||
requests
|
||||
retrying
|
||||
ruamel-yaml
|
||||
schedule
|
||||
bencode-py
|
||||
;
|
||||
inherit (pkgsU.python3Packages) qbittorrent-api;
|
||||
}
|
||||
);
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user