mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
Minor comment fix
This commit is contained in:
parent
8ad485ea89
commit
679b3b32c9
1 changed files with 1 additions and 1 deletions
|
@ -935,7 +935,7 @@ InstallablesCommand::InstallablesCommand()
|
|||
void InstallablesCommand::prepare()
|
||||
{
|
||||
if (_installables.empty() && useDefaultInstallables())
|
||||
// FIXME: commands like "nix install" should not have a
|
||||
// FIXME: commands like "nix profile install" should not have a
|
||||
// default, probably.
|
||||
_installables.push_back(".");
|
||||
installables = parseInstallables(getStore(), _installables);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue