From 89dcab62875448f3dbb725df6cd0d9e3313ace85 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Wed, 23 Apr 2025 21:45:59 -0500 Subject: [PATCH] try stable --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 66281bc..c7dcf9f 100644 --- a/flake.nix +++ b/flake.nix @@ -19,8 +19,8 @@ { devShells.default = with pkgs; mkShell { buildInputs = [ - # rust-bin.beta.latest.default - rust-bin.selectLatestNightlyWith (toolchain: toolchain.default) + rust-bin.beta.latest.default + # rust-bin.selectLatestNightlyWith (toolchain: toolchain.default) ]; packages = with pkgs; [ jetbrains.rust-rover