about summary refs log tree commit diff
path: root/tvix/Cargo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r--tvix/Cargo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 2c35727427..20751f596a 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -8279,8 +8279,8 @@ rec {
         edition = "2021";
         crateBin = [
           {
-            name = "tvix-store-bin";
-            path = "src/main.rs";
+            name = "tvix-store";
+            path = "src/bin/tvix-store.rs";
             requiredFeatures = [ ];
           }
         ];