mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02:00
Make StoreConfig::getDefaultSystemFeatures
a static method
This makes something in Hydra bit simpler. If someday the default depends on the other config options, we can always change it back.
This commit is contained in:
parent
979b00bce9
commit
a9e10a1dbd
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…
Add table
Reference in a new issue