refactor(tvix/store): rename NixPath to StorePath
As discussed in #tvl, this is a more common term for it. Change-Id: I9b904222b8c076f82192c9b7f0b42be171614ab7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7776 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
999afd4be2
commit
c89af03a03
9 changed files with 68 additions and 65 deletions
|
|
@ -1,6 +1,6 @@
|
|||
pub mod nixbase32;
|
||||
pub mod nixpath;
|
||||
pub mod proto;
|
||||
pub mod store_path;
|
||||
|
||||
pub mod dummy_blob_service;
|
||||
pub mod dummy_directory_service;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue