diff --git a/doc/manual/expressions/builtins.xml b/doc/manual/expressions/builtins.xml
index 615314880..14da1c63e 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 e, namely "int",
"bool", "string",
"path", "null",
- "set", "list" or
- "lambda".
+ "set", "list",
+ "lambda" or
+ "float".