about summary refs log tree commit diff
path: root/users/tazjin/blog/posts.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-09-02T14·22+0300
committerclbot <clbot@tvl.fyi>2023-09-02T18·49+0000
commiteda67bfdbe42b0d3d714ac290dabe0dfbfeaa917 (patch)
treeb027c97699dd1aac2b0ce7a28e83baaeb7fbc42e /users/tazjin/blog/posts.nix
parent685b2eec18f33130ccaf48f2db83a4facd184eb5 (diff)
feat(tazjin/tvix-eval-2023): add link collection blog post & QR code r/6544
Makes it possible for people in the audience to get to the link
collection reasonably quickly.

Later on that post can also have the talk itself added. For now it is
unlisted.

Change-Id: If9ae1d88d3c6f22bbd70b2b3cbea0b0d42895a93
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9208
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: Mark Shevchenko <markshevchenko@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/blog/posts.nix')
-rw-r--r--users/tazjin/blog/posts.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/tazjin/blog/posts.nix b/users/tazjin/blog/posts.nix
index 60ce82f620..9f5ea67a43 100644
--- a/users/tazjin/blog/posts.nix
+++ b/users/tazjin/blog/posts.nix
@@ -1,6 +1,13 @@
 # This file defines all the blog posts.
 [
   {
+    key = "tvix-eval-talk-2023";
+    title = "[доклад] tvix-eval, имплементация языка Nix на Rust";
+    date = 1694102400;
+    content = ./posts/tvix-eval-talk-2023.md;
+    listed = false; # publish after the talk recording is available
+  }
+  {
     key = "emacs-is-underrated";
     title = "Emacs is the most underrated tool";
     date = 1581286656;