diff --git a/doc/manual/builtins.xml b/doc/manual/builtins.xml index ce68c45bf3..64d4e13ad9 100644 --- a/doc/manual/builtins.xml +++ b/doc/manual/builtins.xml @@ -275,8 +275,10 @@ stdenv.mkDerivation { path Load, parse and return the Nix expression in the - file path. Evaluation aborts if the - file doesn’t exist or contains an incorrect Nix + file path. If path + is a directory, the file default.nix + in that directory is loaded. Evaluation aborts if + the file doesn’t exist or contains an incorrect Nix expression. import implements Nix’s module system: you can put any Nix expression (such as an attribute set or a function) in a separate file, and use it from Nix expressions