From d20a97ccb8e19d5076c23008dcfc80f5aedd8af0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 16 Feb 2024 15:23:05 +0700 Subject: docs(web/tvl): fix minor typo in Tvix blog post Thanks, lukegb. Change-Id: I7b6af6c9069267936bef8dcb521b4b92708066e6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10929 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- web/tvl/blog/2024-02-tvix-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/tvl/blog/2024-02-tvix-update.md b/web/tvl/blog/2024-02-tvix-update.md index 0e011c07e08b..ce9bbf547fa8 100644 --- a/web/tvl/blog/2024-02-tvix-update.md +++ b/web/tvl/blog/2024-02-tvix-update.md @@ -54,7 +54,7 @@ As an interesting side note, in C++ Nix `builtins.derivation` is not actually a builtin! It is a piece of [bundled Nix code][nixcpp-builtins-derivation], that massages some parameters and then calls the *actual* builtin: `derivationStrict`. We've decided to keep this setup, and implemented support in -in Tvix to have builtins defined in `.nix` source code. +Tvix to have builtins defined in `.nix` source code. These builtins return attribute sets with the previously mentioned `outPath` and `drvPath` fields. Implementing them correctly meant that we needed to implement -- cgit 1.4.1