Skip to content

Commit

Permalink
Merge pull request #9851 from NixOS/backport-9848-to-2.19-maintenance
Browse files Browse the repository at this point in the history
[Backport 2.19-maintenance] Make `StoreConfig::getDefaultSystemFeatures` a static method
  • Loading branch information
Ericson2314 authored Jan 25, 2024
2 parents 03e96b9 + 5c1fa89 commit 2c4bb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/store-api.hh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct StoreConfig : public Config

StoreConfig() = delete;

StringSet getDefaultSystemFeatures();
static StringSet getDefaultSystemFeatures();

virtual ~StoreConfig() { }

Expand Down

0 comments on commit 2c4bb93

Please sign in to comment.