patch: nix-super branding

This commit is contained in:
Max Headroom 2022-02-21 20:52:40 +01:00
parent 351e70ea68
commit 4c28820dc0
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -199,7 +199,7 @@ namespace {
void NixRepl::mainLoop(const std::vector<std::string> & files)
{
string error = ANSI_RED "error:" ANSI_NORMAL " ";
notice("Welcome to Nix " + nixVersion + ". Type :? for help.\n");
notice("Welcome to Nix Super " + nixVersion + ". Type :? for help.\n");
for (auto & i : files)
loadedFiles.push_back(i);