summary refs log tree commit diff
path: root/nixos/modules/services/misc/weechat.nix
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 12:34:31 +0100
committerFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 12:59:04 +0100
commit1bf9ebc8b2a497f8c6401ce87b4de1bb657eb59e (patch)
tree5b9a7f812405d8a5cb755b3924c61f0fdaf8c9f9 /nixos/modules/services/misc/weechat.nix
parent4015c5ca9c6ec7d4aa765c97b4413b478daa278b (diff)
downloadnixpkgs-1bf9ebc8b2a497f8c6401ce87b4de1bb657eb59e.tar
nixpkgs-1bf9ebc8b2a497f8c6401ce87b4de1bb657eb59e.tar.gz
nixpkgs-1bf9ebc8b2a497f8c6401ce87b4de1bb657eb59e.tar.bz2
nixpkgs-1bf9ebc8b2a497f8c6401ce87b4de1bb657eb59e.tar.lz
nixpkgs-1bf9ebc8b2a497f8c6401ce87b4de1bb657eb59e.tar.xz
nixpkgs-1bf9ebc8b2a497f8c6401ce87b4de1bb657eb59e.tar.zst
nixpkgs-1bf9ebc8b2a497f8c6401ce87b4de1bb657eb59e.zip
nixos/weechat: add binary
Diffstat (limited to 'nixos/modules/services/misc/weechat.nix')
-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 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