about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-07-16T15·18+0100
committertazjin <mail@tazj.in>2020-07-16T15·28+0000
commit9a4a4058a86f83101f13c5699360f29735bc511e (patch)
tree33c63c02ba6088a1023ce648320cce17247c34bc
parenta87de918af175cbd93f9b69ec20f5d403457b9d1 (diff)
style(3p/nix): Rename the project to tvix r/1317
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
-rw-r--r--third_party/nix/README.md7
-rw-r--r--third_party/nix/default.nix2
2 files changed, 5 insertions, 4 deletions
diff --git a/third_party/nix/README.md b/third_party/nix/README.md
index 5e790ba60a..0d3c739d71 100644
--- a/third_party/nix/README.md
+++ b/third_party/nix/README.md
@@ -1,5 +1,5 @@
-Nix, or rather TVL's fork thereof
----------------------------------
+Tvix, also known as TVL's fork of Nix
+-------------------------------------
 
 Nix is a new take on package management that is fairly unique. Because
 of its purity aspects, a lot of issues found in traditional package
@@ -9,7 +9,8 @@ To find out more about the tool, usage and installation instructions,
 please read the manual, which is available on the Nix website at
 <http://nixos.org/nix/manual>.
 
-This repository is [TVL's](https://tvl.fyi)'s fork of Nix.
+This repository is [TVL's](https://tvl.fyi)'s fork of Nix, which we lovingly
+refer to as Tvix.
 
 ## Fork background
 
diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix
index b95309ff10..f998960214 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;