mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
parent
8e5ec819f8
commit
fc14197935
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue