From 9a4a4058a86f83101f13c5699360f29735bc511e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 16 Jul 2020 16:18:43 +0100 Subject: style(3p/nix): Rename the project to tvix Changes the derivation name & README overview to say "Tvix" instead of "tazjix". The previous name was mostly intended as a joke, and a way for me to distinguish output paths. It's certainly not the intention to have a portmanteau with my name here, especially now that several people are contributing to the fork. Change-Id: Icface5484d52355111eca23b2f6bd3b9e5567275 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1212 Reviewed-by: glittershark Tested-by: BuildkiteCI --- third_party/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/nix/default.nix') diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix index b95309ff103d..f9989602143b 100644 --- a/third_party/nix/default.nix +++ b/third_party/nix/default.nix @@ -26,7 +26,7 @@ let $PROTO_SRCS/*.proto ''; in pkgs.llvmPackages.libcxxStdenv.mkDerivation { - pname = "tazjix"; + pname = "tvix"; version = "2.3.4"; inherit src; -- cgit 1.4.1