Merge pull request #5542 from samueldr/fix/registry-experimental

nix registry: Mark experimental
This commit is contained in:
Eelco Dolstra
2021-11-12 10:37:00 +01:00
committed by GitHub

View File

@@ -226,6 +226,7 @@ struct CmdRegistry : virtual NixMultiCommand
void run() override
{
settings.requireExperimentalFeature(Xp::Flakes);
if (!command)
throw UsageError("'nix registry' requires a sub-command.");
command->second->prepare();