mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Say how many channels were unpacked
This commit is contained in:
parent
28a988bdde
commit
60eeacc24a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue