docs(tvix/eval): fix some broken docstr references
There's some more left, but they've been renamed/refactored out of sight. Change-Id: I41579dedc74342b4c5f8cb39d2995b5b0c90b0f4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9372 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
37a348b4fa
commit
731996fbfe
5 changed files with 11 additions and 10 deletions
|
|
@ -225,8 +225,8 @@ struct ImportCache(HashMap<PathBuf, Value>);
|
|||
/// file, so that the same file doesn't need to be re-evaluated multiple times.
|
||||
/// Currently the real path of the imported file (determined using
|
||||
/// [`std::fs::canonicalize()`], not to be confused with our
|
||||
/// [`value::canon_path()`]) is used to identify the file, just like C++ Nix
|
||||
/// does.
|
||||
/// [`crate::value::canon_path()`]) is used to identify the file,
|
||||
/// just like C++ Nix does.
|
||||
///
|
||||
/// Errors while determining the real path are currently just ignored, since we
|
||||
/// pass around some fake paths like `/__corepkgs__/fetchurl.nix`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue