From 1e8afa8a2f6d804f73cd62639c126ef30e6ce819 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 29 Jul 2024 23:17:23 -0700 Subject: [PATCH] formatting --- shell.nix | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 227f25e..b2686b6 100644 --- a/shell.nix +++ b/shell.nix @@ -7,9 +7,17 @@ mkShell rec { pkg-config ]; buildInputs = [ - 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 + 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)) ];