renge/invidious: Use unstable package

pull/64/head
Simon Bruder 2022-04-02 10:53:39 +02:00
parent 72fd16e5f7
commit 4ccb4ecd02
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

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