diff options
author | Florian Klink <flokli@flokli.de> | 2023-10-08T11·51+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-10-08T22·41+0000 |
commit | 4b27cdbc5727a4b196449d25f97f505cb517207e (patch) | |
tree | 65de98877f870d4c7306fff3faae4c9c8e306060 /tvix/store | |
parent | 71a00b5ede4b1b234be0534ac6bc5110b7f32501 (diff) |
docs(tvix/store/bin): drop outdated TODO r/6738
We already use store_path::build_nar_based_store_path as a helper function down there. Change-Id: I46842bb0a2f4cd5de7dcfc3c4b6aae399618667a Reviewed-on: https://cl.tvl.fyi/c/depot/+/9571 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com>
Diffstat (limited to 'tvix/store')
-rw-r--r-- | tvix/store/src/bin/tvix-store.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/store/src/bin/tvix-store.rs b/tvix/store/src/bin/tvix-store.rs index 548176e24fa2..11f19857dd6f 100644 --- a/tvix/store/src/bin/tvix-store.rs +++ b/tvix/store/src/bin/tvix-store.rs @@ -271,7 +271,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> { .calculate_nar(&root_node_copy) .await?; - // TODO: make a path_to_name helper function? let name = path .file_name() .expect("path must not be ..") |