formatting
parent
3d5f8d5edb
commit
1e8afa8a2f
14
shell.nix
14
shell.nix
|
@ -7,9 +7,17 @@ mkShell rec {
|
||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
udev alsa-lib vulkan-loader
|
udev
|
||||||
xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr # To use the x11 feature
|
alsa-lib
|
||||||
libxkbcommon wayland # To use the wayland feature
|
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))
|
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.default))
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue