From 5fdf85c57ef5856a2ca447a10eed4b287d8d3dc4 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 18 Apr 2024 21:18:57 -0700 Subject: Add wee-slack dependency --- hosts/common/optional/misc.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hosts/common/optional/misc.nix') diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix index 2695098..4f4f571 100644 --- a/hosts/common/optional/misc.nix +++ b/hosts/common/optional/misc.nix @@ -29,9 +29,10 @@ plugins = with availablePlugins; [ (perl.withPackages(p: [ p.PodParser ])) ] ++ [ python ]; - + scripts = with pkgs.weechatScripts; [ + wee-slack + ]; }; - extraBuildInputs = [ python311Packages.websocket-client ]; }) ]; } -- cgit v1.2.3