mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge pull request #111443 from helsinki-systems/weechat
nixos/weechat: add binary
This commit is contained in:
commit
428f2084cf
@ -20,6 +20,7 @@ in
|
|||||||
type = types.str;
|
type = types.str;
|
||||||
};
|
};
|
||||||
binary = mkOption {
|
binary = mkOption {
|
||||||
|
type = types.path;
|
||||||
description = "Binary to execute (by default \${weechat}/bin/weechat).";
|
description = "Binary to execute (by default \${weechat}/bin/weechat).";
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
''${pkgs.weechat}/bin/weechat-headless
|
''${pkgs.weechat}/bin/weechat-headless
|
||||||
|
Loading…
Reference in New Issue
Block a user