Compare commits

..

No commits in common. "1e8afa8a2f6d804f73cd62639c126ef30e6ce819" and "b7a9434b9327d52e2eec4336e26f828088d51a6e" have entirely different histories.

View file

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