Merge pull request #2810 from NixOS/print-build-logs
nix: Add --print-build-logs flag
This commit is contained in:
@@ -408,6 +408,7 @@ void ignoreException();
|
||||
/* Some ANSI escape sequences. */
|
||||
#define ANSI_NORMAL "\e[0m"
|
||||
#define ANSI_BOLD "\e[1m"
|
||||
#define ANSI_FAINT "\e[2m"
|
||||
#define ANSI_RED "\e[31;1m"
|
||||
#define ANSI_GREEN "\e[32;1m"
|
||||
#define ANSI_BLUE "\e[34;1m"
|
||||
|
||||
Reference in New Issue
Block a user