From 3d5f8d5edb8c529b095520c0fcfa9e6d16c7428b Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 29 Jul 2024 23:17:11 -0700 Subject: [PATCH] nix: rust-bin --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }