diff --git a/doc/manual/expressions/builtins.xml b/doc/manual/expressions/builtins.xml
index 615314880..5e88b8856 100644
--- a/doc/manual/expressions/builtins.xml
+++ b/doc/manual/expressions/builtins.xml
@@ -264,13 +264,13 @@ stdenv.mkDerivation { … }
Note that when obtaining the hash with nix-prefetch-url
the option --unpack is required.
-
-
- This function can also verify the contents against a hash.
- In that case, the function takes a set instead of a URL. The set
+
+
+ This function can also verify the contents against a hash.
+ In that case, the function takes a set instead of a URL. The set
requires the attribute url and the attribute
sha256, e.g.
-
+
with import (fetchTarball {
url = https://github.com/NixOS/nixpkgs-channels/archive/nixos-14.12.tar.gz;
@@ -279,7 +279,7 @@ with import (fetchTarball {
stdenv.mkDerivation { … }
-
+
This function is not available if
+ builtins.isFloat
+ e
+
+ Return true if
+ e evaluates to a float, and
+ false otherwise.
+
+
+
+
builtins.isBoole
@@ -1245,8 +1255,9 @@ stdenv.mkDerivation (rec {
e, namely "int",
"bool", "string",
"path", "null",
- "set", "list" or
- "lambda".
+ "set", "list",
+ "lambda" or
+ "float".