From 1bf9ebc8b2a497f8c6401ce87b4de1bb657eb59e Mon Sep 17 00:00:00 2001 From: Fritz Otlinghaus Date: Sun, 31 Jan 2021 12:34:31 +0100 Subject: nixos/weechat: add binary --- nixos/modules/services/misc/weechat.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/misc/weechat.nix') diff --git a/nixos/modules/services/misc/weechat.nix b/nixos/modules/services/misc/weechat.nix index c6ff540ea12..b71250f62e0 100644 --- a/nixos/modules/services/misc/weechat.nix +++ b/nixos/modules/services/misc/weechat.nix @@ -20,6 +20,7 @@ in type = types.str; }; binary = mkOption { + type = types.path; description = "Binary to execute (by default \${weechat}/bin/weechat)."; example = literalExample '' ''${pkgs.weechat}/bin/weechat-headless -- cgit 1.4.1