nix: simplify devshell; use nightly rustfmt

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I47f670ffb6ce1ee8cd6a1235abfac2ef6a6a6964
This commit is contained in:
raf 2026-03-29 20:38:42 +03:00
commit c26a0d90a2
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -4,7 +4,6 @@
rustfmt, rustfmt,
clippy, clippy,
cargo, cargo,
gcc,
openssl, openssl,
pkg-config, pkg-config,
rustc, rustc,
@ -12,15 +11,13 @@
mkShell { mkShell {
name = "mrc"; name = "mrc";
packages = [ packages = [
rust-analyzer
rustfmt
clippy
cargo cargo
gcc
clippy
rustfmt
rustc rustc
rust-analyzer
clippy
(rustfmt.override {asNightly = true;})
# For TLS and friends # For TLS and friends
openssl openssl
pkg-config pkg-config