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 = { services.n8n = {
enable = true; enable = false;
environment = { environment = {
# N8N_USER_FOLDER = lib.mkForce "${xlib.dirs.services-mnt-folder}/n8n"; # N8N_USER_FOLDER = lib.mkForce "${xlib.dirs.services-mnt-folder}/n8n";
N8N_SECURE_COOKIE = "false"; N8N_SECURE_COOKIE = "false";
+22 -6
View File
@@ -20,8 +20,24 @@ let
# python3 = pkgs.python3.override { # python3 = pkgs.python3.override {
# packageOverrides = depsOverlay; # packageOverrides = depsOverlay;
# }; # };
beetsEnv = stable.python313.withPackages ( beetsEnv = pkgs.python313.withPackages (
ps: with ps; [ 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 beautifulsoup4
beetcamp beetcamp
beets beets
@@ -30,7 +46,7 @@ let
colorama colorama
confuse confuse
discogs-client discogs-client
exceptiongroup # exceptiongroup
filetype filetype
h11 h11
httpcore httpcore
@@ -41,20 +57,20 @@ let
jellyfish jellyfish
langdetect langdetect
mediafile mediafile
munkres # munkres
musicbrainzngs # musicbrainzngs
mutagen mutagen
oauthlib oauthlib
packaging packaging
pillow pillow
platformdirs platformdirs
pycountry # pycountry
pylast pylast
python-dateutil python-dateutil
pyyaml pyyaml
requests requests
six six
sniffio # sniffio
soupsieve soupsieve
typing-extensions typing-extensions
unidecode unidecode