mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-16 16:03:48 +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,
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue