diff options
author | Florian Klink <flokli@flokli.de> | 2023-11-19T20·42+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-11-19T22·06+0000 |
commit | 9322d29ea9660d9ec2b24ab494efd7d4cee6780f (patch) | |
tree | 948efd824eadb0343c581b0d1cdc68382b0f6b09 /third_party/overlays/tvl.nix | |
parent | a5749fada5c048093f0496ae23a5800e343b88be (diff) |
chore(third_party/nixpkgs): add more patches to crate2nix r/7041
Change-Id: I2c2c3d4722a69a1ce5a4f144d0c450d88f40856a Reviewed-on: https://cl.tvl.fyi/c/depot/+/10082 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index c194e5005faa..fd060214cfaf 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -118,6 +118,9 @@ depot.nix.readTree.drvTargets { # https://github.com/nix-community/crate2nix/pull/309 ./patches/crate2nix-take-lndir-from-buildPackages.patch ./patches/crate2nix-skip-running-tests-when-cross-compiling.patch + + # https://github.com/nix-community/crate2nix/pull/307 + ./patches/crate2nix-fix-resolve-missing-target-features-to-null.patch ]; }); |