mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01:00
Update src/libexpr/primops.cc
Co-authored-by: asymmetric <lorenzo@mailbox.org>
This commit is contained in:
parent
605c8f7789
commit
3ce6d72b2b
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ 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 conveted 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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue