mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
libmain: show presence of NixOS and home-manager utilities in version output
This commit is contained in:
parent
f9717a9141
commit
ce1a531c5a
1 changed files with 2 additions and 0 deletions
|
@ -354,6 +354,8 @@ void printVersion(const std::string & programName)
|
|||
cfg.push_back("gc");
|
||||
#endif
|
||||
cfg.push_back("signed-caches");
|
||||
cfg.push_back("nixos");
|
||||
cfg.push_back("home");
|
||||
std::cout << "System type: " << settings.thisSystem << "\n";
|
||||
std::cout << "Additional system types: " << concatStringsSep(", ", settings.extraPlatforms.get()) << "\n";
|
||||
std::cout << "Features: " << concatStringsSep(", ", cfg) << "\n";
|
||||
|
|
Loading…
Reference in a new issue