mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01: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.
(cherry picked from commit a9e10a1dbd)
This commit is contained in:
parent
03e96b9dc0
commit
5c1fa89f78
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ struct StoreConfig : public Config
|
|||
|
||||
StoreConfig() = delete;
|
||||
|
||||
StringSet getDefaultSystemFeatures();
|
||||
static StringSet getDefaultSystemFeatures();
|
||||
|
||||
virtual ~StoreConfig() { }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue