mirror of
https://github.com/NixOS/nix
synced 2025-07-12 10:45:08 +02:00
Update documentation for floats.
This commit is contained in:
parent
934642155c
commit
b4bda4765a
4 changed files with 24 additions and 12 deletions
|
@ -10,6 +10,13 @@
|
|||
features:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>The Nix language now supports floating point numbers. They are
|
||||
based on regular C++ <literal>float</literal> and compatible with
|
||||
existing integers and number-related operations. Export and import to and
|
||||
from JSON and XML works, too.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>All "chroot"-containing strings got renamed to "sandbox".
|
||||
In particular, some nix options got renamed, but the old names
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue