From ab0c197ea56e4bf86e48c12f958468e74de744b5 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Mon, 28 Apr 2025 12:21:44 -0500 Subject: [PATCH] see if toolchain.toml does anything --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6bbd292..9d2e75a 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,8 @@ devShells.nightly = with pkgs; mkShell { buildInputs = [ # rust-bin.beta.latest.default - rust-bin.selectLatestNightlyWith (toolchain: toolchain.complete) + # rust-bin.selectLatestNightlyWith (toolchain: toolchain.complete) + rust-bin.fromRustupToolchainFile ./rust-toolchain.toml ]; packages = with pkgs; [ # rust-bin.beta.latest.clippy