mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
libmain: display "super" feature
This commit is contained in:
parent
9db43c81f1
commit
16202da2b2
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ void printVersion(const std::string & programName)
|
||||||
cfg.push_back("gc");
|
cfg.push_back("gc");
|
||||||
#endif
|
#endif
|
||||||
cfg.push_back("signed-caches");
|
cfg.push_back("signed-caches");
|
||||||
|
cfg.push_back("super");
|
||||||
cfg.push_back("nixos");
|
cfg.push_back("nixos");
|
||||||
cfg.push_back("home");
|
cfg.push_back("home");
|
||||||
std::cout << "System type: " << settings.thisSystem << "\n";
|
std::cout << "System type: " << settings.thisSystem << "\n";
|
||||||
|
|
Loading…
Reference in a new issue