Add snippet for nix-ld

Signed-off-by: BuyMyAria <hello@buymymojo.net>
This commit is contained in:
BuyMyAria 2025-03-24 02:18:04 +11:00
parent 235036af82
commit e170c41deb

31
nix/nix-ld.nix Normal file
View file

@ -0,0 +1,31 @@
# Needing this build this up with extra packages is gonna be a little sad but oh well
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
# === Godot ===
xorg.libXcursor
xorg.libXinerama
xorg.libXext
xorg.libXrandr
xorg.libXrender
xorg.libX11
xorg.libXi
libGL
wayland
wayland-scanner
vulkan-loader
fontconfig
libxkbcommon
dbus
libpulseaudio
dotnetCorePackages.dotnet_8.sdk
dotnetCorePackages.sdk_8_0_3xx
alsa-lib
# === Godot ===
# === Ludusavi ===
gtk3
gtk4
glib
glibc
# === Ludusavi ===
];