1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-29 21:50:58 +01:00

Fix the registration of stores

This commit is contained in:
regnat 2020-09-09 11:18:12 +02:00
parent 7d5bdf8b56
commit fa32560169
9 changed files with 27 additions and 19 deletions

View file

@ -76,6 +76,6 @@ ref<RemoteStore::Connection> SSHStore::openConnection()
return conn;
}
[[maybe_unused]] static RegisterStoreImplementation<SSHStore> regStore();
static RegisterStoreImplementation<SSHStore> regStore;
}