This commit is contained in:
2025-08-05 01:28:54 +03:00
parent 2cc724ed12
commit b8c8d1f068
4 changed files with 629 additions and 3 deletions
+2 -3
View File
@@ -6,8 +6,7 @@
...
}:
let
# Beets with plugins
depsOverlay = import ./dependencies.nix {
depsOverlay = import ./dependencies.nix { # ./dependencies-full.nix if broken
inherit (pkgs) fetchurl fetchgit fetchhg;
inherit pkgs;
};
@@ -15,7 +14,7 @@ let
packageOverrides = depsOverlay;
};
beetsEnv = python3.withPackages (ps: [
ps.beets # ps.gst-python ps.pygobject3
ps.beets
]);
in
{