aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-04-18 21:18:57 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-04-18 21:18:57 -0700
commit5fdf85c57ef5856a2ca447a10eed4b287d8d3dc4 (patch)
treef7c26b5f0a5a75374614e1281d0ea383f6941047
parent74716abb87b5e5593259960f874e30842b04f1d5 (diff)
downloadnix-5fdf85c57ef5856a2ca447a10eed4b287d8d3dc4.tar
nix-5fdf85c57ef5856a2ca447a10eed4b287d8d3dc4.tar.gz
nix-5fdf85c57ef5856a2ca447a10eed4b287d8d3dc4.tar.bz2
nix-5fdf85c57ef5856a2ca447a10eed4b287d8d3dc4.tar.lz
nix-5fdf85c57ef5856a2ca447a10eed4b287d8d3dc4.tar.xz
nix-5fdf85c57ef5856a2ca447a10eed4b287d8d3dc4.tar.zst
nix-5fdf85c57ef5856a2ca447a10eed4b287d8d3dc4.zip
Add wee-slack dependency
-rw-r--r--hosts/common/optional/misc.nix5
1 files changed, 3 insertions, 2 deletions
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 ];
})
];
}