about summary refs log tree commit diff
path: root/users/tazjin/blog/posts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/blog/posts.nix')
-rw-r--r--users/tazjin/blog/posts.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/tazjin/blog/posts.nix b/users/tazjin/blog/posts.nix
index fad7513c06..a95a50d766 100644
--- a/users/tazjin/blog/posts.nix
+++ b/users/tazjin/blog/posts.nix
@@ -1,6 +1,12 @@
 # This file defines all the blog posts.
 [
   {
+    key = "reliably-switch-buffers";
+    title = "Зачем reliably-switch-buffers?";
+    content = ./posts/reliably-switch-buffers.md;
+    date = 1692882000;
+  }
+  {
     key = "tvix-eval-talk-2023";
     title = "[доклад] tvix-eval, имплементация языка Nix на Rust";
     date = 1694102400;