From 9c2e64516472f3dbf66dbad775ab1dba6f86baa3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Sep 2025 09:16:51 +0200 Subject: treewide: Remove `with pkgs;` This is an antipattern and makes grepping for specific packages harder. --- modules/by-name/mp/mpv/module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/by-name/mp/mpv/module.nix') diff --git a/modules/by-name/mp/mpv/module.nix b/modules/by-name/mp/mpv/module.nix index 7c8435d5..4416b295 100644 --- a/modules/by-name/mp/mpv/module.nix +++ b/modules/by-name/mp/mpv/module.nix @@ -46,8 +46,8 @@ in { max_width = 250; }; }; - scripts = with pkgs.mpvScripts; [ - thumbfast + scripts = [ + pkgs.mpvScripts.thumbfast ]; }; }; -- cgit 1.4.1