about summary refs log tree commit diff
path: root/web/tvl/blog/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-11-30T10·44+0300
committerVincent Ambo <mail@tazj.in>2021-11-30T15·45+0300
commit8133fed255aba4975a3c933962091b46826d8c05 (patch)
tree348bacd50a6a0ea76caffdeba743a40c5a5706a9 /web/tvl/blog/default.nix
parent68d1f834a3db6b3ce1068a24750efa04125c9db9 (diff)
feat(web/tvl/blog): Write Tvix introduction blog post r/3119
This post is intended to just let people know about the existence of
Tvix, tell them a bit about the background and how to follow along.

Change-Id: Ib5194d3aa385a0e30b4768ba28cb063784f6e0a3
Diffstat (limited to 'web/tvl/blog/default.nix')
-rw-r--r--web/tvl/blog/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/tvl/blog/default.nix b/web/tvl/blog/default.nix
index cedfc6b417..2455dbbdf7 100644
--- a/web/tvl/blog/default.nix
+++ b/web/tvl/blog/default.nix
@@ -9,10 +9,10 @@
 
   posts = [
     {
-      key = "kicking-off-tvix";
-      title = "Kicking off Tvix";
+      key = "rewriting-nix";
+      title = "Tvix: We are rewriting Nix";
       date = 1636038556;
-      content = ./kicking-off-tvix.md;
+      content = ./rewriting-nix.md;
       draft = true;
     }
   ];