1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-07 09:31:04 +01:00
This commit is contained in:
khaneliman 2025-04-02 14:27:25 +00:00
parent 7a64a85d42
commit ef9e2dd4d9

View file

@ -32586,6 +32586,7 @@ submodule</p>
false = &quot;0;37&quot;;
null = &quot;1;30&quot;;
numbers = &quot;0;37&quot;;
objectKeys = &quot;1;34&quot;;
objects = &quot;1;37&quot;;
strings = &quot;0;32&quot;;
true = &quot;0;37&quot;;
@ -32593,13 +32594,14 @@ submodule</p>
</code></pre>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
null = &quot;1;30&quot;;
false = &quot;0;31&quot;;
true = &quot;0;32&quot;;
numbers = &quot;0;36&quot;;
strings = &quot;0;33&quot;;
arrays = &quot;1;35&quot;;
objects = &quot;1;37&quot;;
null = &quot;1;30&quot;;
false = &quot;0;31&quot;;
true = &quot;0;32&quot;;
numbers = &quot;0;36&quot;;
strings = &quot;0;33&quot;;
arrays = &quot;1;35&quot;;
objects = &quot;1;37&quot;;
objectKeys = &quot;1;34&quot;;
}
</code></pre>