Loading pkgs/by-name/nv/nvidia_oc/package.nix +6 −1 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, fetchFromGitHub, autoAddDriverRunpath, versionCheckHook, }: Loading @@ -19,6 +20,10 @@ rustPlatform.buildRustPackage rec { useFetchCargoVendor = true; cargoHash = "sha256-DuuHqBhL25ghgcYxcOtWRArUqL9+c3d5mBrAcWTAFW8="; nativeBuildInputs = [ autoAddDriverRunpath ]; doInstallCheck = true; nativeInstallCheckInputs = [ Loading Loading
pkgs/by-name/nv/nvidia_oc/package.nix +6 −1 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, fetchFromGitHub, autoAddDriverRunpath, versionCheckHook, }: Loading @@ -19,6 +20,10 @@ rustPlatform.buildRustPackage rec { useFetchCargoVendor = true; cargoHash = "sha256-DuuHqBhL25ghgcYxcOtWRArUqL9+c3d5mBrAcWTAFW8="; nativeBuildInputs = [ autoAddDriverRunpath ]; doInstallCheck = true; nativeInstallCheckInputs = [ Loading