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:
parent
e14e62fddd
commit
5ed5d7acbd
3 changed files with 21 additions and 4 deletions
|
@ -18,6 +18,7 @@ typedef enum {
|
|||
actSubstitute = 108,
|
||||
actQueryPathInfo = 109,
|
||||
actPostBuildHook = 110,
|
||||
actBuildWaiting = 111,
|
||||
} ActivityType;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue