add spotify webapp

This commit is contained in:
Sean Kovacs 2025-12-15 21:22:46 -05:00
commit 2201b838bf
Signed by: sckova
GPG key ID: 00F325187C68651A
8 changed files with 159 additions and 4 deletions

View file

@ -24,5 +24,7 @@ final: prev: {
inherit helium-widevine;
};
spotify-webapp = prev.callPackage (builtins.path { path = ./spotify/package.nix; }) { };
spotifyd = prev.callPackage (builtins.path { path = ./spotifyd/package.nix; }) { };
}