We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af41ecc + d8cec03 commit 41b62aaCopy full SHA for 41b62aa
src/nix/flake.cc
@@ -809,6 +809,8 @@ struct CmdFlakeCheck : FlakeCommand
809
if (hasErrors)
810
throw Error("some errors were encountered during the evaluation");
811
812
+ logger->log(lvlInfo, ANSI_GREEN "all checks passed!" ANSI_NORMAL);
813
+
814
if (!omittedSystems.empty()) {
815
// TODO: empty system is not visible; render all as nix strings?
816
warn(
0 commit comments