mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
Merge pull request #9848 from obsidiansystems/default-system-features-static
Make `StoreConfig::getDefaultSystemFeatures` a static method
This commit is contained in:
commit
5a9513cdba
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ struct StoreConfig : public StoreDirConfig
|
|||
|
||||
StoreConfig() = delete;
|
||||
|
||||
StringSet getDefaultSystemFeatures();
|
||||
static StringSet getDefaultSystemFeatures();
|
||||
|
||||
virtual ~StoreConfig() { }
|
||||
|
||||
|
|
Loading…
Reference in a new issue