forked from lix-project/lix
More precise wording
This commit is contained in:
parent
2e6b95dac7
commit
1b6cfe6fa1
|
@ -256,7 +256,9 @@ static RegisterPrimOp primop_import({
|
||||||
.doc = R"(
|
.doc = R"(
|
||||||
Load, parse and return the Nix expression in the file *path*.
|
Load, parse and return the Nix expression in the file *path*.
|
||||||
|
|
||||||
The value *path* is converted to a string as described in `builtins.toString`.
|
The value *path* can be a path, a string, or an attribute set with an
|
||||||
|
`__toString` attribute or a `outPath` attribute (as derivations or falke
|
||||||
|
inputs typically have).
|
||||||
|
|
||||||
If *path* is a directory, the file `default.nix` in that directory
|
If *path* is a directory, the file `default.nix` in that directory
|
||||||
is loaded.
|
is loaded.
|
||||||
|
|
Loading…
Reference in a new issue