Skip to content

Commit

Permalink
Merge pull request lf-#11 from nesteroff/fix-weston
Browse files Browse the repository at this point in the history
Fix Nvidia Wayland EGL
  • Loading branch information
danielfullmer authored Dec 21, 2022
2 parents 3ea595f + 3f7bbca commit 8de9878
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,8 @@ in
};

environment.systemPackages = with pkgs.nvidia-jetpack; [ l4t-tools ];

# Used by libEGL_nvidia.so.0
environment.etc."egl/egl_external_platform.d".source = "/run/opengl-driver/share/egl/egl_external_platform.d/";
};
}

0 comments on commit 8de9878

Please sign in to comment.