mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix the registration of stores
This commit is contained in:
parent
7d5bdf8b56
commit
fa32560169
9 changed files with 27 additions and 19 deletions
|
@ -76,6 +76,6 @@ ref<RemoteStore::Connection> SSHStore::openConnection()
|
|||
return conn;
|
||||
}
|
||||
|
||||
[[maybe_unused]] static RegisterStoreImplementation<SSHStore> regStore();
|
||||
static RegisterStoreImplementation<SSHStore> regStore;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue