Update src/libexpr/primops.cc
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
3ce6d72b2b
commit
2e6b95dac7
|
@ -258,7 +258,7 @@ static RegisterPrimOp primop_import({
|
||||||
|
|
||||||
The value *path* is converted to a string as described in `builtins.toString`.
|
The value *path* is converted to a string as described in `builtins.toString`.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
Evaluation aborts if the file doesn’t exist or contains
|
Evaluation aborts if the file doesn’t exist or contains
|
||||||
|
|
Loading…
Reference in a new issue