mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
Distinguish Determinate Nix in --version output
This commit is contained in:
parent
f218f0e93a
commit
def2c29e97
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ void parseCmdLine(const std::string & programName, const Strings & args,
|
||||||
|
|
||||||
void printVersion(const std::string & programName)
|
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) {
|
if (verbosity > lvlInfo) {
|
||||||
Strings cfg;
|
Strings cfg;
|
||||||
#if HAVE_BOEHMGC
|
#if HAVE_BOEHMGC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue