Examples helloWorld Small command for demo purposes, it greets the specified user: Types: helloWorld: enable (boolean): Optional. Defaults to false. name (string): Name of the user we should greet. Example: makes.nixInvocation 1 2 3 4 5 6{ helloWorld = { enable = true; name = "Jane Doe"; }; } 1m . /helloWorld 1 2 3 Was this page helpful? Thanks for your feedback! Thanks for your feedback! Help us improve this page by opening an issue.