From bf541acf29b6964a6b40a8079420a27892e713f6 Mon Sep 17 00:00:00 2001 From: toastal Date: Thu, 20 Jun 2024 14:08:31 +0700 Subject: docs: use admonish for callouts Change-Id: Icec7321a49c40e7f7bcb1e4b307f13b8db4eac25 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11862 Reviewed-by: flokli Tested-by: BuildkiteCI --- tvix/docs/src/store/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/docs/src/store') diff --git a/tvix/docs/src/store/api.md b/tvix/docs/src/store/api.md index 7812b1a6cb64..21c23ab6ad17 100644 --- a/tvix/docs/src/store/api.md +++ b/tvix/docs/src/store/api.md @@ -205,7 +205,7 @@ and potentially a chain of `Directory` objects requested from When the desired file is reached, the *BlobService* can be used to read the contents of this file, and return it back to the evaluator. -FUTUREWORK: define how importing from symlinks should/does work. +FUTUREWORK: Define how importing from symlinks should/does work. Contrary to Nix, this has the advantage of not having to copy all of the contents of a store path to the evaluating machine, but really only fetching -- cgit 1.4.1