Merge pull request #300299 from jonringer/tabby-autoadd

tabby: use pkgs.autoAddDriverRunpath
This commit is contained in:
Someone 2024-04-03 08:15:03 +00:00 committed by GitHub
commit 8607d97cc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@
, llama-cpp
, autoAddDriverRunpath
, cudaSupport ? config.cudaSupport
, cudaPackages ? { }
@ -135,9 +136,7 @@ rustPlatform.buildRustPackage {
protobuf
git
] ++ optionals enableCuda [
# TODO: Replace with autoAddDriverRunpath
# once https://github.com/NixOS/nixpkgs/pull/275241 has been merged
cudaPackages.autoAddDriverRunpath
autoAddDriverRunpath
];
buildInputs = [ openssl ]