Added dynamic linking for wayland/libxkbcommon/libGL so I can run godot

games
This commit is contained in:
2025-06-28 14:30:23 +03:00
parent 9d0fbc61f6
commit 2a7e91ca27

View File

@@ -67,6 +67,10 @@
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
stdenv.cc.cc
wayland
libxkbcommon
libGL
];
# Enable sound with pipewire.