nix key: Fix error message and don't require flakes

This commit is contained in:
Samuel Dionne-Riel 2021-11-11 21:29:18 -05:00
parent 52a3b2ee63
commit c1dea92dd6

View file

@ -218,8 +218,7 @@ struct CmdKey : NixMultiCommand
void run() override
{
if (!command)
throw UsageError("'nix flake' requires a sub-command.");
settings.requireExperimentalFeature(Xp::Flakes);
throw UsageError("'nix key' requires a sub-command.");
command->second->prepare();
command->second->run();
}