mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 12:41:00 +01:00
Fix the registration of stores
This commit is contained in:
parent
7d5bdf8b56
commit
fa32560169
9 changed files with 27 additions and 19 deletions
|
|
@ -50,6 +50,6 @@ struct DummyStore : public Store
|
|||
{ unsupported("buildDerivation"); }
|
||||
};
|
||||
|
||||
[[maybe_unused]] static RegisterStoreImplementation<DummyStore> regStore();
|
||||
static RegisterStoreImplementation<DummyStore> regStore;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue