Add snippet for nix-ld
Signed-off-by: BuyMyAria <hello@buymymojo.net>
This commit is contained in:
parent
235036af82
commit
e170c41deb
1 changed files with 31 additions and 0 deletions
31
nix/nix-ld.nix
Normal file
31
nix/nix-ld.nix
Normal 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 ===
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue