diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-03-30 10:49:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 10:49:21 +0200 |
commit | 02050bd055120874f38194b9790c70c84792c369 (patch) | |
tree | a62dd31b59dfc7a4d3023065be8145f281b19ae4 /src/libexpr/primops.cc | |
parent | 1b6cfe6fa1f27046216a7b2a88b0513b1f6be4c1 (diff) |
Typo
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 fdac53df2..72faeada8 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -257,7 +257,7 @@ static RegisterPrimOp primop_import({ Load, parse and return the Nix expression in the file *path*. The value *path* can be a path, a string, or an attribute set with an - `__toString` attribute or a `outPath` attribute (as derivations or falke + `__toString` attribute or a `outPath` attribute (as derivations or flake inputs typically have). If *path* is a directory, the file `default.nix` in that directory |