Update src/libexpr/primops.cc

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
Joachim Breitner
2023-03-29 13:19:51 +02:00
committed by GitHub
co-authored by Eelco Dolstra
parent 3ce6d72b2b
commit 2e6b95dac7
+1 -1
View File
@@ -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 doesnt exist or contains