mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
Say how many channels were unpacked
This commit is contained in:
parent
28a988bdde
commit
60eeacc24a
@ -138,7 +138,7 @@ static void update(const StringSet & channelNames)
|
||||
|
||||
// Unpack the channel tarballs into the Nix store and install them
|
||||
// into the channels profile.
|
||||
std::cerr << "unpacking channels...\n";
|
||||
std::cerr << "unpacking " << exprs.size() << " channels...\n";
|
||||
Strings envArgs{ "--profile", profile, "--file", unpackChannelPath, "--install", "--remove-all", "--from-expression" };
|
||||
for (auto & expr : exprs)
|
||||
envArgs.push_back(std::move(expr));
|
||||
|
Loading…
Reference in New Issue
Block a user