about summary refs log tree commit diff
path: root/tvix/cli
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/cli')
-rw-r--r--tvix/cli/src/tvix_store_io.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/cli/src/tvix_store_io.rs b/tvix/cli/src/tvix_store_io.rs
index e73076c482..a774b1619e 100644
--- a/tvix/cli/src/tvix_store_io.rs
+++ b/tvix/cli/src/tvix_store_io.rs
@@ -343,10 +343,10 @@ async fn import_path_with_pathinfo(
             nar_sha256: nar_sha256.to_vec().into(),
             signatures: vec![],
             reference_names: vec![],
+            deriver: None,
             // TODO: narinfo for talosctl.src contains `CA: fixed:r:sha256:1x13j5hy75221bf6kz7cpgld9vgic6bqx07w5xjs4pxnksj6lxb6`
             // do we need this anywhere?
         }),
-        deriver: None,
     };
 
     // put into [PathInfoService], and return the [PathInfo] that we get