Skip to content

Commit cdb95a1

Browse files
committed
tabby: use pkgs.autoAddDriverRunpath
1 parent fbb8b06 commit cdb95a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/by-name/ta/tabby/package.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
, llama-cpp
1313

14+
, autoAddDriverRunpath
1415
, cudaSupport ? config.cudaSupport
1516
, cudaPackages ? { }
1617

@@ -135,9 +136,7 @@ rustPlatform.buildRustPackage {
135136
protobuf
136137
git
137138
] ++ optionals enableCuda [
138-
# TODO: Replace with autoAddDriverRunpath
139-
# once https://github.com/NixOS/nixpkgs/pull/275241 has been merged
140-
cudaPackages.autoAddDriverRunpath
139+
autoAddDriverRunpath
141140
];
142141

143142
buildInputs = [ openssl ]

0 commit comments

Comments
 (0)