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 <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2020-07-16 16:18:43 +01:00 committed by tazjin
parent a87de918af
commit 9a4a4058a8
2 changed files with 5 additions and 4 deletions

View file

@ -26,7 +26,7 @@ let
$PROTO_SRCS/*.proto
'';
in pkgs.llvmPackages.libcxxStdenv.mkDerivation {
pname = "tazjix";
pname = "tvix";
version = "2.3.4";
inherit src;