summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 15:19:10 +0100
committerGitHub <noreply@github.com>2021-01-31 15:19:10 +0100
commit428f2084cf8e87b4a82087db5845f727bdbf3a44 (patch)
tree8d21fba73c5ae7b0c99ae2a0e006519eb60b0bf1 /nixos
parent2c748ee8a4845a76d52ec03525907e635079920f (diff)
parent1bf9ebc8b2a497f8c6401ce87b4de1bb657eb59e (diff)
Merge pull request #111443 from helsinki-systems/weechat
nixos/weechat: add binary
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/weechat.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/weechat.nix b/nixos/modules/services/misc/weechat.nix
index c6ff540ea12f..b71250f62e0f 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