fix markup

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
lincoln auster 2022-02-07 08:35:50 -07:00 committed by GitHub
parent c23501a3b2
commit b1abfcd0c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -624,7 +624,7 @@ void NixRepl::loadFile(const Path & path)
void NixRepl::loadFlake(const std::string & flakeRefS)
{
if (flakeRefS.empty())
throw Error("cannot use `:load-flake` without a path specified. (Use . for the current working directory.)");
throw Error("cannot use ':load-flake' without a path specified. (Use '.' for the current working directory.)");
auto flakeRef = parseFlakeRef(flakeRefS, absPath("."), true);
if (evalSettings.pureEval && !flakeRef.input.isImmutable())