mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
nixos/weechat: add binary
This commit is contained in:
parent
4015c5ca9c
commit
1bf9ebc8b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user