renge/invidious: Use unstable package

This commit is contained in:
Simon Bruder 2022-04-02 10:53:39 +02:00
parent 72fd16e5f7
commit 4ccb4ecd02
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -10,7 +10,7 @@
services.invidious = { services.invidious = {
enable = true; enable = true;
package = pkgs.invidious.overrideAttrs (o: o // { package = pkgs.unstable.invidious.overrideAttrs (o: o // {
patches = (o.patches or [ ]) ++ [ patches = (o.patches or [ ]) ++ [
./0001-Prefer-opus-audio-streams-in-listen-mode.patch ./0001-Prefer-opus-audio-streams-in-listen-mode.patch
]; ];