diff options
author | Florian Klink <flokli@flokli.de> | 2024-01-14T17·18+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-01-15T23·14+0000 |
commit | c8114810c9f42410e837573e836c32510eb60ba7 (patch) | |
tree | 0aaca90369cf3938ee48bf7970cc2d9479e4c6d0 /tvix | |
parent | f0a750bcb7e3145974f99383a5db905b9e0d72a3 (diff) |
chore(third_party/overlays): bump crate2nix to 0.13.0 r/7388
We need to vendor in the package expression, as it's not possible to override cargoHash. Change-Id: Ib123647bb9b96d41f4630daa431d020f1cb8d4fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/10624 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz> Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/Cargo.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index e3f4be07e3c7..d6400eed3db2 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -1,4 +1,4 @@ -# This file was @generated by crate2nix 0.12.0 with the command: +# This file was @generated by crate2nix 0.13.0 with the command: # "generate" "--all-features" # See https://github.com/kolloch/crate2nix for more info. @@ -13517,7 +13517,6 @@ rec { ( _: { buildTests = true; - release = false; } ); # If the user hasn't set any pre/post commands, we don't want to |