mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01: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
|
// Unpack the channel tarballs into the Nix store and install them
|
||||||
// into the channels profile.
|
// 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" };
|
Strings envArgs{ "--profile", profile, "--file", unpackChannelPath, "--install", "--remove-all", "--from-expression" };
|
||||||
for (auto & expr : exprs)
|
for (auto & expr : exprs)
|
||||||
envArgs.push_back(std::move(expr));
|
envArgs.push_back(std::move(expr));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue