1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Rename nix profile install to nix profile add.

This commit is contained in:
Graham Christensen 2025-04-07 09:19:58 -04:00 committed by Eelco Dolstra
parent e5e5c819dd
commit b37d1cdd8e
5 changed files with 75 additions and 72 deletions

View file

@ -849,7 +849,7 @@ RawInstallablesCommand::RawInstallablesCommand()
void RawInstallablesCommand::applyDefaultInstallables(std::vector<std::string> & rawInstallables)
{
if (rawInstallables.empty()) {
// FIXME: commands like "nix profile install" should not have a
// FIXME: commands like "nix profile add" should not have a
// default, probably.
rawInstallables.push_back(".");
}