h: pass in ...
This commit is contained in:
parent
69f159e1b4
commit
0832eb4150
@ -70,7 +70,7 @@ in {
|
|||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(_: super: {
|
(_: super: {
|
||||||
weechat = super.weechat.override {
|
weechat = super.weechat.override {
|
||||||
configure = { }: {
|
configure = { ... }: {
|
||||||
scripts = with super.weechatScripts; [ highmon weepushover ];
|
scripts = with super.weechatScripts; [ highmon weepushover ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user