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,
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