about summary refs log tree commit diff
path: root/tvix/Cargo.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-01-26T22·42+0100
committerclbot <clbot@tvl.fyi>2023-01-27T14·08+0000
commite3c2b3650aff8fbd4a5109cdb3406d92e9806d08 (patch)
tree060637af042dcfbdc85c02067458b85145e49e40 /tvix/Cargo.nix
parenta94a1434cc2a57b330a2ad6f310573fb70e15e8a (diff)
refactor(tvix/cli): describe errors with thiserror r/5773
This is much less code, and makes it much easier to read.

Change-Id: I9028f226105f905c2cc2cabd33907ff493e26225
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7938
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r--tvix/Cargo.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 3160d02132..8255a395fc 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -7734,6 +7734,10 @@ rec {
             packageId = "ssri";
           }
           {
+            name = "thiserror";
+            packageId = "thiserror";
+          }
+          {
             name = "tvix-derivation";
             packageId = "tvix-derivation";
           }