chore(tvix/tools/turbofetch): Regenerate Cargo.nix and filter src
The Cargo.lock also got changed because of crate2nix using --freezed. Change-Id: I48cabe514e0cf1dd1f00870bcb7958a2a49663d5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11969 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Autosubmit: Ilan Joselevich <personal@ilanjoselevich.com>
This commit is contained in:
parent
716f5624fe
commit
52b8cf8d1f
3 changed files with 28 additions and 37 deletions
|
@ -1,12 +1,9 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ pkgs, depot, ... }:
|
||||
|
||||
(pkgs.callPackage ./Cargo.nix {
|
||||
defaultCrateOverrides = pkgs.defaultCrateOverrides // {
|
||||
|
||||
ring = prev: {
|
||||
links = ''ring_core_${lib.replaceStrings ["."] ["_"] prev.version}'';
|
||||
defaultCrateOverrides = (depot.tvix.utils.defaultCrateOverridesForPkgs pkgs) // {
|
||||
turbofetch = prev: {
|
||||
src = depot.tvix.utils.filterRustCrateSrc { root = prev.src.origSrc; };
|
||||
};
|
||||
};
|
||||
}).rootCrate.build.override {
|
||||
runTests = true;
|
||||
}
|
||||
}).rootCrate.build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue