mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 05:21:03 +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)
|
||||
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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue