From 39c1ff5628d6ea78ad3736c8a54ad5b836c61205 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 23 May 2025 11:30:03 -0700 Subject: Remove some uses of with --- hosts/common/optional/misc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/common') diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix index cb44055..df71ea0 100644 --- a/hosts/common/optional/misc.nix +++ b/hosts/common/optional/misc.nix @@ -30,8 +30,8 @@ plugins = with availablePlugins; [ (perl.withPackages(p: [ p.PodParser ])) ] ++ [ python ]; - scripts = with pkgs.weechatScripts; [ - wee-slack + scripts = [ + pkgs.weechatScripts.wee-slack ]; }; }) -- cgit v1.2.3