mpvScripts.twitch-chat: avoid explicit recursion when unnecessary

This commit is contained in:
nicoo
2025-03-09 17:22:11 +00:00
parent e67cceafda
commit fc2c0fcab1
@@ -5,7 +5,7 @@
lib,
nix-update-script,
}:
buildLua (finalAttrs: {
buildLua {
pname = "twitch-chat";
version = "0-unstable-2024-06-23";
@@ -34,4 +34,4 @@ buildLua (finalAttrs: {
license = lib.licenses.mit;
maintainers = [ lib.maintainers.naho ];
};
})
}