renge/invidious: Use unstable package
This commit is contained in:
parent
72fd16e5f7
commit
4ccb4ecd02
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue