diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2023-03-28 14:38:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 14:38:39 +0200 |
commit | 3ce6d72b2b5dd69a274518f2927d4dde0aa91247 (patch) | |
tree | 529172c644a58b0e8d3e50fbec90b78bb1037dd2 /src | |
parent | 605c8f7789d9ef446c8f22d8c6a261b315be861d (diff) |
Update src/libexpr/primops.cc
Co-authored-by: asymmetric <lorenzo@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/libexpr/primops.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index 73ffe03d4..4da7063b2 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -256,7 +256,7 @@ static RegisterPrimOp primop_import({ .doc = R"( 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 is loaded. |