Merge pull request #9851 from NixOS/backport-9848-to-2.19-maintenance

[Backport 2.19-maintenance] Make `StoreConfig::getDefaultSystemFeatures` a static method
This commit is contained in:
John Ericson
2024-01-25 13:45:40 -05:00
committed by GitHub

View File

@@ -104,7 +104,7 @@ struct StoreConfig : public Config
StoreConfig() = delete;
StringSet getDefaultSystemFeatures();
static StringSet getDefaultSystemFeatures();
virtual ~StoreConfig() { }