From 9c9273b5a19f7152ac359fe3ee2737123e482967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 4 May 2024 18:22:47 +0100 Subject: [PATCH] add rust-analyzer --- flake.nix | 1 + rust-toolchain | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 24b3392..e9c6d0c 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,7 @@ openssh openssl pkg-config + rust-analyzer rustc rustfmt statix diff --git a/rust-toolchain b/rust-toolchain index b07d35a..292fe49 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,2 +1,2 @@ -stable - +[toolchain] +channel = "stable"