1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

Improve "waiting for locks" messages

These are now shown in the progress bar.

Closes #3577.
This commit is contained in:
Eelco Dolstra 2020-06-15 16:03:29 +02:00
parent e14e62fddd
commit 5ed5d7acbd
3 changed files with 21 additions and 4 deletions

View file

@ -18,6 +18,7 @@ typedef enum {
actSubstitute = 108,
actQueryPathInfo = 109,
actPostBuildHook = 110,
actBuildWaiting = 111,
} ActivityType;
typedef enum {