1
Fork 0

Fix typo in invidious config

This commit is contained in:
prescientmoon 2024-04-01 06:36:58 +02:00
parent 0a14e018b8
commit f5a0024e6e
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -33,7 +33,7 @@
};
# REASON: the current invidious is broken, and cannot play videos
packages = pkgs.invidious.overrideAttrs (_oldAttrs: {
package = pkgs.invidious.overrideAttrs (_oldAttrs: {
src = pkgs.fetchFromGitHub {
owner = "iv-org";
repo = "invidious";