forked from lix-project/lix
nix key: Fix error message and don't require flakes
This commit is contained in:
parent
52a3b2ee63
commit
c1dea92dd6
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue