diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2023-03-29 13:19:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 13:19:51 +0200 |
commit | 2e6b95dac7bd96c175db995b0cf7a1c3972fe4b8 (patch) | |
tree | b9613897479b9c117ad2e04ed781ff0193872364 /src/libexpr/primops.cc | |
parent | 3ce6d72b2b5dd69a274518f2927d4dde0aa91247 (diff) |
Update src/libexpr/primops.cc
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
Diffstat (limited to 'src/libexpr/primops.cc')
-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 4da7063b2..ea91aac03 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -258,7 +258,7 @@ static RegisterPrimOp primop_import({ 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. Evaluation aborts if the file doesn’t exist or contains |