beets changes

This commit is contained in:
2026-04-17 12:13:18 +03:00
parent a319150b99
commit da6aad4fcd
2 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
}:
{
services.n8n = {
enable = true;
enable = false;
environment = {
# N8N_USER_FOLDER = lib.mkForce "${xlib.dirs.services-mnt-folder}/n8n";
N8N_SECURE_COOKIE = "false";
+22 -6
View File
@@ -20,8 +20,24 @@ let
# python3 = pkgs.python3.override {
# packageOverrides = depsOverlay;
# };
beetsEnv = stable.python313.withPackages (
beetsEnv = pkgs.python313.withPackages (
ps: with ps; [
anyio #
lap #
llvmlite #
scipy #
requests-ratelimiter #
pyrate-limiter #
numpy #
numba #
et-xmlfile
markdown-it-py
mdurl
openpyxl
pygments
rich
setuptools #
pysocks #
beautifulsoup4
beetcamp
beets
@@ -30,7 +46,7 @@ let
colorama
confuse
discogs-client
exceptiongroup
# exceptiongroup
filetype
h11
httpcore
@@ -41,20 +57,20 @@ let
jellyfish
langdetect
mediafile
munkres
musicbrainzngs
# munkres
# musicbrainzngs
mutagen
oauthlib
packaging
pillow
platformdirs
pycountry
# pycountry
pylast
python-dateutil
pyyaml
requests
six
sniffio
# sniffio
soupsieve
typing-extensions
unidecode