mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 14:02:42 +01:00
Rename nix profile install to nix profile add.
This commit is contained in:
parent
bc02da2a69
commit
8443f01536
5 changed files with 75 additions and 72 deletions
|
|
@ -844,7 +844,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