mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-15 15:33:47 +00:00
nix: simplify devshell; use nightly rustfmt
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I47f670ffb6ce1ee8cd6a1235abfac2ef6a6a6964
This commit is contained in:
parent
637dc564fe
commit
c26a0d90a2
1 changed files with 4 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue