Removed comment

This commit is contained in:
Andrea Ciceri 2023-04-02 18:46:05 +02:00
parent c6946938eb
commit e49ab048ff
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -15,13 +15,6 @@
spotify-adblocked = pkgs.callPackage ./spotify-adblocked.nix {
inherit spotify-adblock;
};
# spotify-adblocked = pkgs.spotify.overrideAttrs (_: {
# preInstallPhase = ''
# ln -s ${spotify-adblock}/lib/libspotifyadblock.so $out/lib/spotify/
# # wrapProgram $out/bin/spotify \
# # --set LD_PRELOAD ${spotify-adblock}/lib/libspotifyadblock.so
# '';
# });
in {
home.packages = [spotify-adblocked];
}