libmain: display "super" feature

This commit is contained in:
Max Headroom 2023-01-16 22:50:42 +01:00
parent 9db43c81f1
commit 16202da2b2

View file

@ -354,6 +354,7 @@ void printVersion(const std::string & programName)
cfg.push_back("gc");
#endif
cfg.push_back("signed-caches");
cfg.push_back("super");
cfg.push_back("nixos");
cfg.push_back("home");
std::cout << "System type: " << settings.thisSystem << "\n";