1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

change pill 04 to reflect that floating point number now exist

This commit is contained in:
Jakob Brünker 2018-04-11 23:37:27 +02:00 committed by John Ericson
parent 4bdce7aa10
commit 959526f5f8

View file

@ -85,7 +85,7 @@
</para>
<para>
Nix has integer (not floating point), string, path, boolean and null
Nix has integer, floating point, string, path, boolean and null
<link xlink:href="http://nixos.org/nix/manual/#ssec-values">simple</link>
types. Then there are also lists, sets and functions. These types are enough
to build an operating system.