nix: add pyfuse dependency

This commit is contained in:
Toast 2025-07-29 11:08:49 +02:00
parent f013429f06
commit 68236da291

View File

@ -15,6 +15,7 @@
pyzmq,
ffmpeg,
mutagen,
pyfuse, # for partyfuse
# use argon2id-hashed passwords in config files (sha2 is always available)
withHashedPasswords ? true,
@ -69,6 +70,7 @@ buildPythonApplication {
dependencies =
[
jinja2
pyfuse
]
++ lib.optional withSMB impacket
++ lib.optional withFTPS pyopenssl