From eda67bfdbe42b0d3d714ac290dabe0dfbfeaa917 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 2 Sep 2023 17:22:17 +0300 Subject: feat(tazjin/tvix-eval-2023): add link collection blog post & QR code 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 Reviewed-by: Mark Shevchenko Tested-by: BuildkiteCI --- users/tazjin/blog/posts.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'users/tazjin/blog/posts.nix') 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,5 +1,12 @@ # 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"; -- cgit 1.4.1