diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-01T10·19+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-12-01T17·38+0000 |
commit | 1f98cea9b277c662a7462b2494a21c4568bcfe92 (patch) | |
tree | 662534b4b4f73fa9ad056f0e320016ff3f6942c1 /web | |
parent | c1aab56a02dc3b75bce1f5a493b718bfc9164de1 (diff) |
feat(web/tvl/blog): Publish introductory Tvix blog post r/3126
Change-Id: I16c565ac1194cec44382b77f1c65c5ff569fdcca
Diffstat (limited to 'web')
-rw-r--r-- | web/tvl/blog/default.nix | 1 | ||||
-rw-r--r-- | web/tvl/blog/rewriting-nix.md | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/web/tvl/blog/default.nix b/web/tvl/blog/default.nix index 2455dbbdf728..6b6f1cb9f5e9 100644 --- a/web/tvl/blog/default.nix +++ b/web/tvl/blog/default.nix @@ -13,7 +13,6 @@ title = "Tvix: We are rewriting Nix"; date = 1636038556; content = ./rewriting-nix.md; - draft = true; } ]; } diff --git a/web/tvl/blog/rewriting-nix.md b/web/tvl/blog/rewriting-nix.md index 0681ab537120..73025e10efd2 100644 --- a/web/tvl/blog/rewriting-nix.md +++ b/web/tvl/blog/rewriting-nix.md @@ -75,8 +75,8 @@ Tvix has these high-level goals: ![adisbladis & tazjin brainstorming](https://static.tvl.fyi/latest/files/adisbladis_tazjin_tvix.webp) Tvix is not intended to *replace* Nix, instead we want to improve the -ecosystem by offering a diversity of implementations. We do not intend -to support experimental features that are being developed in Nix. +ecosystem by offering an alternative, fast and reliable implementation +for Nix features that are in use today. As things ramp up we will be posting more information on this blog, for now you can keep an eye on |