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