From b8cb7abcf08be01a291c970164a3f44dfca0ddbf Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Tue, 14 May 2024 02:05:08 +0200 Subject: chore: rebrand Nix to Lix when it makes sense Here's my guide so far: $ rg '((?!(recursive).*) Nix (?!(daemon|store|expression|Rocks!|Packages|language|derivation|archive|account|user|sandbox|flake).*))' -g '!doc/' --pcre2 All items from this query have been tackled. For the documentation side: that's for https://git.lix.systems/lix-project/lix/issues/162. Additionally, all remaining references to github.com/NixOS/nix which were not relevant were also replaced. Fixes: https://git.lix.systems/lix-project/lix/issues/148. Fixes: https://git.lix.systems/lix-project/lix/issues/162. Change-Id: Ib3451fae5cb8ab8cd9ac9e4e4551284ee6794545 Signed-off-by: Raito Bezarius --- src/libmain/common-args.cc | 2 +- src/libmain/shared.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libmain') diff --git a/src/libmain/common-args.cc b/src/libmain/common-args.cc index af7f46296..20b5befe4 100644 --- a/src/libmain/common-args.cc +++ b/src/libmain/common-args.cc @@ -33,7 +33,7 @@ MixCommonArgs::MixCommonArgs(const std::string & programName) addFlag({ .longName = "option", - .description = "Set the Nix configuration setting *name* to *value* (overriding `nix.conf`).", + .description = "Set the Lix configuration setting *name* to *value* (overriding `nix.conf`).", .category = miscCategory, .labels = {"name", "value"}, .handler = {[this](std::string name, std::string value) { diff --git a/src/libmain/shared.hh b/src/libmain/shared.hh index b791980fa..d7d872319 100644 --- a/src/libmain/shared.hh +++ b/src/libmain/shared.hh @@ -124,7 +124,7 @@ void detectStackOverflow(); * * This is called by the handler installed by detectStackOverflow(). * - * This gives Nix library consumers a limit opportunity to report the error + * This gives Lix library consumers a limit opportunity to report the error * condition. The handler should exit the process. * See defaultStackOverflowHandler() for a reference implementation. * -- cgit v1.2.3