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/value-pointer-equality.md | |
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/value-pointer-equality.md')
-rw-r--r-- | tvix/docs/src/value-pointer-equality.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tvix/docs/src/value-pointer-equality.md b/tvix/docs/src/value-pointer-equality.md index d84efcb50ca9..a4539513ef73 100644 --- a/tvix/docs/src/value-pointer-equality.md +++ b/tvix/docs/src/value-pointer-equality.md @@ -47,8 +47,10 @@ works in C++ Nix, the only production ready Nix implementation currently availab ## Nix (Pointer) Equality in C++ Nix -TIP: The summary presented here is up-to-date as of 2023-06-27 and was tested -with Nix 2.3, 2.11 and 2.15. +```admonish info +The summary presented here is up-to-date as of 2023-06-27 and was tested with +Nix 2.3, 2.11 and 2.15. +``` ### `EvalState::eqValues` and `ExprOpEq::eval` |