From fc141979355c9b9f50f7719f0f14c5587123de24 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 19 Apr 2024 19:42:05 +0200 Subject: [PATCH] Typo (cherry picked from commit eeb4c408670a6037bd4085fde654bf4a5945c4c7) --- src/nix/flake.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nix/flake.cc b/src/nix/flake.cc index 87dd4da1b..7dad728f1 100644 --- a/src/nix/flake.cc +++ b/src/nix/flake.cc @@ -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;