level-zero: add nix-update-sript

This commit is contained in:
blenderfreaky
2025-09-01 13:10:16 +02:00
parent ec20ae4d36
commit c5dc5ee210
+6 -2
View File
@@ -6,6 +6,7 @@
intel-compute-runtime,
openvino,
stdenv,
nix-update-script,
}:
stdenv.mkDerivation rec {
@@ -28,8 +29,11 @@ stdenv.mkDerivation rec {
addDriverRunpath $out/lib/libze_loader.so
'';
passthru.tests = {
inherit intel-compute-runtime openvino;
passthru = {
tests = {
inherit intel-compute-runtime openvino;
};
updateScript = nix-update-script { };
};
meta = {