diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-11-11 11:09:59 -0700 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-11-11 11:09:59 -0700 |
commit | b327de9c2d5182e5814b2e956631b8794b45999b (patch) | |
tree | 3d21a62e499ff48a0c14cad52303038213d9e483 /src/libexpr/eval.cc | |
parent | 8895fa70a4b05ddebbb5a23ea96464d5e01345fb (diff) |
change message
Diffstat (limited to 'src/libexpr/eval.cc')
-rw-r--r-- | src/libexpr/eval.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index 540bfcf7b..3667ee6ba 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -1375,7 +1375,7 @@ void EvalState::autoCallFunction(Bindings & args, Value & fun, Value & res) } else if (!i.def) { throwMissingArgumentError(i.pos, R"(cannot evaluate a function that has an argument without a value ('%1%') -Nix attempted to evaluate a function as a top level expression; in this case it must have all its +nix attempted to evaluate a function as a top level expression; in this case it must have its arguments supplied either by default values, or passed explicitly with --arg or --argstr. https://nixos.org/manual/nix/stable/#ss-functions)", i.name); |