1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 09:31:16 +02:00

Distinguish Determinate Nix in --version output

This commit is contained in:
Eelco Dolstra 2024-06-12 16:03:34 +02:00
parent f218f0e93a
commit def2c29e97

View file

@ -293,7 +293,7 @@ void parseCmdLine(const std::string & programName, const Strings & args,
void printVersion(const std::string & programName)
{
std::cout << fmt("%1% (Nix) %2%", programName, nixVersion) << std::endl;
std::cout << fmt("%1% (Determinate Nix) %2%", programName, nixVersion) << std::endl;
if (verbosity > lvlInfo) {
Strings cfg;
#if HAVE_BOEHMGC