diff --git a/shell.nix b/shell.nix index 943656c..227f25e 100644 --- a/shell.nix +++ b/shell.nix @@ -10,6 +10,8 @@ mkShell rec { 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 + + (rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)) ]; LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs; }