(cherry picked from commit eeb4c40867)
This commit is contained in:
Eelco Dolstra 2024-04-19 19:42:05 +02:00 committed by éclairevoyant
parent 8e5ec819f8
commit fc14197935
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -1110,7 +1110,7 @@ struct CmdFlakeShow : FlakeCommand, MixJSON
// If we don't recognize it, it's probably content
return true;
} catch (EvalError & e) {
// Some attrs may contain errors, eg. legacyPackages of
// Some attrs may contain errors, e.g. legacyPackages of
// nixpkgs. We still want to recurse into it, instead of
// skipping it at all.
return true;