1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

fixup! Add an 'add-root' comamnd to manually add indirect roots

This commit is contained in:
Guillaume Maudoux 2024-09-16 00:47:44 +02:00
parent fee7efbc09
commit 9465b1947e

View file

@ -35,7 +35,10 @@ struct CmdAddRoot: StoreCommand
;
}
Category category() override { return catSecondary; }
Category category() override
{
return catSecondary;
}
void run(ref<Store> store) override
{