From 10717605a2ceb736d1c1ad215f8a92ef30dd85c3 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 26 Sep 2023 09:50:23 +0300 Subject: chore(third_party/crate2nix): bump crate2nix to current HEAD This will bring conditional features support. Also invoke crate2nixgenerate with the --all-features argument, so all dependencies, including the ones for optional features are included in the Cargo.nix file. Change-Id: I3bbcb200c9b481f660db89efba650ea4f7418a63 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9470 Reviewed-by: raitobezarius Autosubmit: flokli Tested-by: BuildkiteCI --- tvix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/default.nix') diff --git a/tvix/default.nix b/tvix/default.nix index 57ff82bf2e..d8027213f6 100644 --- a/tvix/default.nix +++ b/tvix/default.nix @@ -72,7 +72,7 @@ in # Run crate2nix generate in the current working directory, then # format the generated file with depotfmt. crate2nixGenerate = pkgs.writeShellScriptBin "crate2nix-generate" '' - ${pkgs.crate2nix}/bin/crate2nix generate + ${pkgs.crate2nix}/bin/crate2nix generate --all-features ${depot.tools.depotfmt}/bin/depotfmt Cargo.nix ''; -- cgit 1.4.1