mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
beets changes
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user