From c26a0d90a20cf5e4689ca7d7e9148fab0b055b73 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 29 Mar 2026 20:38:42 +0300 Subject: [PATCH] nix: simplify devshell; use nightly rustfmt Signed-off-by: NotAShelf Change-Id: I47f670ffb6ce1ee8cd6a1235abfac2ef6a6a6964 --- nix/shell.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/nix/shell.nix b/nix/shell.nix index 304d5700..c3c816b9 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -4,7 +4,6 @@ rustfmt, clippy, cargo, - gcc, openssl, pkg-config, rustc, @@ -12,15 +11,13 @@ mkShell { name = "mrc"; packages = [ - rust-analyzer - rustfmt - clippy cargo - gcc - clippy - rustfmt rustc + rust-analyzer + clippy + (rustfmt.override {asNightly = true;}) + # For TLS and friends openssl pkg-config