h: pass in ...

This commit is contained in:
Aaron Bieber 2023-03-22 10:48:13 -06:00
parent 69f159e1b4
commit 0832eb4150
No known key found for this signature in database

View File

@ -70,7 +70,7 @@ in {
nixpkgs.overlays = [
(_: super: {
weechat = super.weechat.override {
configure = { }: {
configure = { ... }: {
scripts = with super.weechatScripts; [ highmon weepushover ];
};
};