nvidia_oc: add driver runpath hook (#377684)

This commit is contained in:
Gaétan Lepage
2025-02-07 22:41:27 +01:00
committed by GitHub
+6 -1
View File
@@ -1,7 +1,8 @@
{
lib,
fetchFromGitHub,
rustPlatform,
fetchFromGitHub,
autoAddDriverRunpath,
versionCheckHook,
}:
@@ -19,6 +20,10 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
cargoHash = "sha256-DuuHqBhL25ghgcYxcOtWRArUqL9+c3d5mBrAcWTAFW8=";
nativeBuildInputs = [
autoAddDriverRunpath
];
doInstallCheck = true;
nativeInstallCheckInputs = [