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
parent 3ce6d72b2b
commit 2e6b95dac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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