Compare commits
No commits in common. "59d9caca26bb9a0529c374c63c90fb1ac44f5725" and "62ae90a7170d15b471d27175f17f76d68dc19422" have entirely different histories.
59d9caca26
...
62ae90a717
1 changed files with 4 additions and 6 deletions
|
@ -6,13 +6,11 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
binary = let
|
binary = let
|
||||||
weechat = pkgs.weechat.override {
|
weechat = pkgs.weechat.override {
|
||||||
configure = _: {
|
|
||||||
scripts = with pkgs.weechatScripts; [
|
scripts = with pkgs.weechatScripts; [
|
||||||
autosort
|
autosort
|
||||||
highmon
|
highmon
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
in "${weechat}/bin/weechat-headless";
|
in "${weechat}/bin/weechat-headless";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue