diff options
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 ]; }); |