diff --git a/programs/desktop/development/rust/default.nix b/programs/desktop/development/rust/default.nix index c029a548..49e600ac 100644 --- a/programs/desktop/development/rust/default.nix +++ b/programs/desktop/development/rust/default.nix @@ -6,7 +6,7 @@ }: { home.packages = with pkgs; [ - (rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)) + rust-bin.stable.latest.default cargo-mommy clang ];