spotify: correct package path in update script

This commit is contained in:
TutchMe
2025-04-26 16:20:04 +02:00
parent f944492dbe
commit 4e22a2eea5
+1 -1
View File
@@ -20,7 +20,7 @@
channel="${1:-stable}" # stable/candidate/edge
nixpkgs="$(git rev-parse --show-toplevel)"
spotify_nix="$nixpkgs/pkgs/applications/audio/spotify/linux.nix"
spotify_nix="$nixpkgs/pkgs/by-name/sp/spotify/linux.nix"
#