bottom: add gpu driver recognition

This commit is contained in:
Gutyina Gergő
2024-12-11 09:33:07 +01:00
parent f0feb1bb38
commit 537c6af0bb
+5 -1
View File
@@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
autoAddDriverRunpath,
installShellFiles,
stdenv,
apple-sdk_11,
@@ -22,7 +23,10 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-FQbJx6ijX8kE4qxT7OQ7FwxLKJB5/moTKhBK0bfvBas=";
nativeBuildInputs = [ installShellFiles ];
nativeBuildInputs = [
autoAddDriverRunpath
installShellFiles
];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
apple-sdk_11