Manual: When building from the channel, link to the exact Git revision

This commit is contained in:
Eelco Dolstra
2013-10-24 02:02:04 +02:00
parent c4149c7b56
commit d49f141a79
6 changed files with 11 additions and 17 deletions

View File

@@ -22,6 +22,8 @@ let
in
{ inherit trivial lists strings stringsWithDeps attrsets sources options
properties modules types meta debug maintainers licenses platforms systems;
# Pull in some builtins not included elsewhere.
inherit (builtins) pathExists readFile;
}
# !!! don't include everything at top-level; perhaps only the most
# commonly used functions.