refactor(tvix/eval) s/NixPath/NixSearchPath/
Since NixString is the Rust type for nix strings, people might mistake NixPath for the Rust type of nix paths, which it is not. Let's call it NixSearchPath instead. Signed-off-by: Adam Joseph <adam@westernsemico.com> Change-Id: Ib2ea155c4b27cb90d6180a04ea7b951d86607373 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6927 Reviewed-by: kanepyork <rikingcoding@gmail.com> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
04fccd89a5
commit
32ac7d6c6d
5 changed files with 49 additions and 46 deletions
|
|
@ -113,9 +113,9 @@ pub enum OpCode {
|
|||
OpCoerceToString,
|
||||
|
||||
// Paths
|
||||
/// Attempt to resolve the Value on the stack using the configured [`NixPath`][]
|
||||
/// Attempt to resolve the Value on the stack using the configured [`NixSearchPath`][]
|
||||
///
|
||||
/// [`NixPath`]: crate::nix_path::NixPath
|
||||
/// [`NixSearchPath`]: crate::nix_search_path::NixSearchPath
|
||||
OpFindFile,
|
||||
|
||||
// Type assertion operators
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue