From 99f9c84c19edfb1ebd699c43ce3abb53944db3e2 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Mon, 28 Apr 2025 12:27:24 -0500 Subject: [PATCH] fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9946e8f..d0c2ebe 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ }; devShells.nightly = with pkgs; mkShell { buildInputs = [ - rust-bin.beta.nightly.default + rust-bin.nightly.latest.complete ]; packages = with pkgs; [ gdb