mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
libmain: show presence of NixOS commands in features
This commit is contained in:
parent
174f9921e8
commit
1d88c38bd1
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ void printVersion(const std::string & programName)
|
|||
cfg.push_back("gc");
|
||||
#endif
|
||||
cfg.push_back("signed-caches");
|
||||
cfg.push_back("nixos");
|
||||
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