nix: rust-bin

main
Zynh Ludwig 2024-07-29 23:17:11 -07:00
parent b7a9434b93
commit 3d5f8d5edb
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ mkShell rec {
udev alsa-lib vulkan-loader udev alsa-lib vulkan-loader
xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr # To use the x11 feature xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr # To use the x11 feature
libxkbcommon wayland # To use the wayland feature libxkbcommon wayland # To use the wayland feature
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.default))
]; ];
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs; LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
} }