1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

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
commit 2c4bb93ba5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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