mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 14:01:05 +01:00
Merge pull request #14445 from CyberShadow/nix-flake-check-log-success
nix flake check: log success in verbose mode
This commit is contained in:
commit
41b62aa979
1 changed files with 2 additions and 0 deletions
|
|
@ -809,6 +809,8 @@ struct CmdFlakeCheck : FlakeCommand
|
||||||
if (hasErrors)
|
if (hasErrors)
|
||||||
throw Error("some errors were encountered during the evaluation");
|
throw Error("some errors were encountered during the evaluation");
|
||||||
|
|
||||||
|
logger->log(lvlInfo, ANSI_GREEN "all checks passed!" ANSI_NORMAL);
|
||||||
|
|
||||||
if (!omittedSystems.empty()) {
|
if (!omittedSystems.empty()) {
|
||||||
// TODO: empty system is not visible; render all as nix strings?
|
// TODO: empty system is not visible; render all as nix strings?
|
||||||
warn(
|
warn(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue