about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tvix/derivation/src/write.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tvix/derivation/src/write.rs b/tvix/derivation/src/write.rs
index 8e9cdfccca..af8f50d9b1 100644
--- a/tvix/derivation/src/write.rs
+++ b/tvix/derivation/src/write.rs
@@ -56,7 +56,6 @@ pub fn write_outputs(
             writer.write_char(COMMA)?;
         }
 
-        // TODO(jrhahn) option to strip output
         let mut elements: Vec<&str> = vec![output_name, &output.path];
 
         match &output.hash {
@@ -170,7 +169,6 @@ pub fn write_enviroment(
             writer.write_char(COMMA)?;
         }
 
-        // TODO(jrhahn) add strip option
         write_array_elements(
             writer,
             false,