feat: add amazon and qobuz services

This commit is contained in:
2026-02-14 18:12:02 +01:00
parent a3fdb9cdfb
commit f3dd4303a3
3 changed files with 33 additions and 6 deletions

View File

@@ -55,6 +55,8 @@
go
# Required for .deb build
dpkg
ffmpeg_7
];
};
}
@@ -67,6 +69,10 @@
src = ./.;
vendorHash = "sha256-EpGgfiCqJjHEOphV2x8FmXeIFls7eq2NVxb/or4NLUo=";
dependencies = with pkgs; [
ffmpeg_7
];
nativeBuildInputs = with pkgs; [
installShellFiles
];