mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
parent
8e5ec819f8
commit
fc14197935
@ -1110,7 +1110,7 @@ struct CmdFlakeShow : FlakeCommand, MixJSON
|
|||||||
// If we don't recognize it, it's probably content
|
// If we don't recognize it, it's probably content
|
||||||
return true;
|
return true;
|
||||||
} catch (EvalError & e) {
|
} 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
|
// nixpkgs. We still want to recurse into it, instead of
|
||||||
// skipping it at all.
|
// skipping it at all.
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user