Unverified Commit 93b50694 authored by Someone's avatar Someone Committed by GitHub
Browse files

Merge pull request #314840 from ereslibre/cdi-fix-egl

hardware/nvidia-container-toolkit: mount `nvidia-driver/share`
parents f772b7cb 79c79671
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -77,6 +77,10 @@
    in (lib.mkMerge [
      [{ hostPath = pkgs.addDriverRunpath.driverLink;
         containerPath = pkgs.addDriverRunpath.driverLink; }
       { hostPath = "${lib.getLib nvidia-driver}/etc";
         containerPath = "${lib.getLib nvidia-driver}/etc"; }
       { hostPath = "${lib.getLib nvidia-driver}/share";
         containerPath = "${lib.getLib nvidia-driver}/share"; }
       { hostPath = "${lib.getLib pkgs.glibc}/lib";
         containerPath = "${lib.getLib pkgs.glibc}/lib"; }
       { hostPath = "${lib.getLib pkgs.glibc}/lib64";