nix edit / log: Operate on a single Installable

This commit is contained in:
Eelco Dolstra 2017-08-29 16:18:00 +02:00
parent 9b82ecbae0
commit e9c07a3b26
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
6 changed files with 109 additions and 98 deletions

View file

@ -116,7 +116,7 @@ public:
{
auto state(state_.lock());
if (!state->active) return;
state->active = true;
state->active = false;
std::string status = getStatus(*state);
writeToStderr("\r\e[K");
if (status != "")