Compare commits

..

No commits in common. "59d9caca26bb9a0529c374c63c90fb1ac44f5725" and "62ae90a7170d15b471d27175f17f76d68dc19422" have entirely different histories.

View file

@ -6,12 +6,10 @@ in {
enable = true;
binary = let
weechat = pkgs.weechat.override {
configure = _: {
scripts = with pkgs.weechatScripts; [
autosort
highmon
];
};
scripts = with pkgs.weechatScripts; [
autosort
highmon
];
};
in "${weechat}/bin/weechat-headless";
};