Skip to content

Commit

Permalink
Merge pull request NixOS#9848 from obsidiansystems/default-system-fea…
Browse files Browse the repository at this point in the history
…tures-static

Make `StoreConfig::getDefaultSystemFeatures` a static method
  • Loading branch information
thufschmitt authored Jan 25, 2024
2 parents 979b00b + a9e10a1 commit 5a9513c
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 @@ -108,7 +108,7 @@ struct StoreConfig : public StoreDirConfig

StoreConfig() = delete;

StringSet getDefaultSystemFeatures();
static StringSet getDefaultSystemFeatures();

virtual ~StoreConfig() { }

Expand Down

0 comments on commit 5a9513c

Please sign in to comment.