diff options
author | toastal <toastal@posteo.net> | 2024-06-20T07·08+0700 |
---|---|---|
committer | toastal <toastal@posteo.net> | 2024-06-21T08·08+0000 |
commit | bf541acf29b6964a6b40a8079420a27892e713f6 (patch) | |
tree | bad562771ab3e0e633a0f32d8cb1aab7362531c8 /tvix/docs/src/store | |
parent | 8dde022d3133d7e1be55be94821e6bb1d814f4ed (diff) |
docs: use admonish for callouts r/8302
Change-Id: Icec7321a49c40e7f7bcb1e4b307f13b8db4eac25 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11862 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/docs/src/store')
-rw-r--r-- | tvix/docs/src/store/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |