Added a bunch of shit to try and compile raylib cuz nixos has issues,

will probably remove all of it and just use nix-shells
This commit is contained in:
2025-01-30 13:32:02 +02:00
parent d9ff1fdd46
commit 95ee8864fc
2 changed files with 37 additions and 0 deletions

View File

@@ -117,12 +117,48 @@
clang-tools
ghostty
glibcLocales
wayland-scanner
raylib
egl-wayland
libxkbcommon
kdePackages.wayland
kdePackages.kwayland
glfw-wayland
libGL
xorg.libX11
xorg.libXcursor
xorg.libXrandr
xorg.libXinerama
xorg.libXi
udev
alsa-lib
vulkan-loader
# libxkbcommon
wayland
];
# Enable dynamic linking of applications that are not in nixpkgs (for vim LSPs for example).
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
stdenv.cc.cc
kdePackages.wayland
kdePackages.kwayland
glfw-wayland
wayland-scanner
raylib
wayland
egl-wayland
libxkbcommon
libGL
xorg.libX11
xorg.libXcursor
xorg.libXrandr
xorg.libXinerama
xorg.libXi
];
# Some programs need SUID wrappers, can be configured further or are

View File

@@ -97,6 +97,7 @@
hyperfine
nh
wget
git-lfs
];
# For nixd LSP to recognize what nixpkgs version I use