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,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";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue