Merge pull request #2810 from NixOS/print-build-logs

nix: Add --print-build-logs flag
This commit is contained in:
Eelco Dolstra
2019-05-15 20:38:38 +02:00
committed by GitHub
4 changed files with 39 additions and 13 deletions
+1
View File
@@ -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"