From 1733c0c3bce1d36c7b15d6f1b69a2f1fd74ea42d Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 17 Mar 2025 20:25:48 +0000 Subject: [PATCH] deploy: b870fb2d62ee0deb657951f83e8689143dce98c8 --- options.xhtml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/options.xhtml b/options.xhtml index 8d72254a2..66d473f15 100644 --- a/options.xhtml +++ b/options.xhtml @@ -61276,13 +61276,10 @@ strings concatenated with ā€œ\nā€

Default: ""

-

Example:

{
-  _type = "order";
-  content = ''
-    echo "Hello, initContent!"
-  '';
-  priority = 1000;
-}
+

Example:

lib.mkOrder 1000 '''
+  echo "Hello zsh initContent!"
+''';
+
 

Declared by: