From e00f3fe3a996ffe6ea5e4a1d88787df549315466 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 13 Aug 2024 14:22:16 +0200 Subject: [PATCH] Adapt MPV with scripts to upstream changes --- modules/software.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/software.nix b/modules/software.nix index 1db57a2..9dcc1e0 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -3,7 +3,8 @@ with pkgs; let - custom-mpv = (pkgs.wrapMpv pkgs.mpv-unwrapped { + custom-mpv = (mpv-unwrapped.wrapper { + mpv = mpv-unwrapped; scripts = with mpvScripts; [ sponsorblock-minimal mpv-cheatsheet ]; });