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:
parent
e5e5c819dd
commit
b37d1cdd8e
5 changed files with 75 additions and 72 deletions
|
@ -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(".");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue