From b941bf22cfd0cd2c66e3e3546eab6814deebde6f Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Mon, 28 Apr 2025 12:29:06 -0500 Subject: [PATCH] try this --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d0c2ebe..2084dec 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,8 @@ }; devShells.nightly = with pkgs; mkShell { buildInputs = [ - rust-bin.nightly.latest.complete + # rust-bin.nightly.latest.complete + (rust-bin.selectLatestNightlyWith (toolchain: toolchain.complete)) ]; packages = with pkgs; [ gdb