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 --- tests/functional/nested-sandboxing/command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/nested-sandboxing') diff --git a/tests/functional/nested-sandboxing/command.sh b/tests/functional/nested-sandboxing/command.sh index 69366486c..f35fff9ed 100644 --- a/tests/functional/nested-sandboxing/command.sh +++ b/tests/functional/nested-sandboxing/command.sh @@ -1,5 +1,5 @@ export NIX_BIN_DIR=$(dirname $(type -p nix)) -# TODO Get Nix and its closure more flexibly +# TODO Get Lix and its closure more flexibly export EXTRA_SANDBOX="/nix/store $(dirname $NIX_BIN_DIR)" badStoreUrl () { -- cgit v1.2.3