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 ++-- hosts/ginaz/hardware-configuration.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'hosts') 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 ]; }; }) diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix index 24f60cd..670a58c 100644 --- a/hosts/ginaz/hardware-configuration.nix +++ b/hosts/ginaz/hardware-configuration.nix @@ -23,8 +23,8 @@ graphics = { enable = true; - extraPackages = with pkgs; [ nvidia-vaapi-driver ]; - extraPackages32 = with pkgs.pkgsi686Linux; [ nvidia-vaapi-driver ]; + extraPackages = [ pkgs.nvidia-vaapi-driver ]; + extraPackages32 = [ pkgs.pkgsi686Linux.nvidia-vaapi-driver ]; }; nvidia = let -- cgit v1.2.3