Update Rust

This commit is contained in:
Ajeet D'Souza 2025-02-10 01:54:31 +05:30
parent ed0ae9f061
commit 7fcbbc7b5b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
overlays = [ rust ];
};
rust = import (builtins.fetchTarball
"https://github.com/oxalica/rust-overlay/archive/ab150c7412db7bea5879ce2776718f53fba37aa2.tar.gz");
"https://github.com/oxalica/rust-overlay/archive/f61820fa2c3844d6940cce269a6afdec30aa2e6c.tar.gz");
rust-nightly =
pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.minimal);