docs(tvix/nix-compat): update docstrings

Make it cleaner that StorePath only does encode the first path component
after the STORE_DIR prefix. Also, move some of the comments around a
bit, so it makes more sense what's using what.

Change-Id: Ibb57373a13526e30c58ad561ca50e1336b091d94
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8566
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2023-05-14 13:29:01 +03:00 committed by clbot
parent 14a8ea9eab
commit 1a2190cd3b
2 changed files with 18 additions and 11 deletions

1
tvix/Cargo.lock generated
View file

@ -2708,7 +2708,6 @@ dependencies = [
"prost",
"prost-build",
"rayon",
"serde_json",
"sha2 0.10.6",
"sled",
"tempfile",