diff --git a/src/nix/flake.cc b/src/nix/flake.cc index 55112f30f..244fdbc47 100644 --- a/src/nix/flake.cc +++ b/src/nix/flake.cc @@ -809,6 +809,8 @@ struct CmdFlakeCheck : FlakeCommand if (hasErrors) throw Error("some errors were encountered during the evaluation"); + logger->log(lvlInfo, ANSI_GREEN "all checks passed!" ANSI_NORMAL); + if (!omittedSystems.empty()) { // TODO: empty system is not visible; render all as nix strings? warn(