1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 11:01:07 +01:00

weechat: use new api relay

This commit is contained in:
2024-06-26 19:35:05 +02:00
parent b21c6adccc
commit 5a9dc34ee8
4 changed files with 19 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
{
pkgs,
lib,
unstablePackages,
...
} @ args: let
# config cannot be declared in the input attribute set because that would
@@ -136,7 +137,7 @@
))
);
weechat = pkgs.weechat.override {
weechat = unstablePackages.weechat.override {
configure = _: {
init = "/exec -oc cat ${setFile}";
@@ -169,7 +170,7 @@ in
name = "weechat-configured";
paths = [
wrapper
pkgs.weechat
unstablePackages.weechat
];
postBuild = ''
ln -s ${setFile} $out/weechat.set