nix: enable parallel building; clean up devshell
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
raf 2025-01-26 01:24:16 +03:00
commit 9c897b5960
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@
clippy,
cargo,
rustc,
gcc,
rustPlatform,
gnuplot,
}:
@ -15,7 +14,6 @@ mkShell {
nativeBuildInputs = [
cargo
rustc
gcc
rust-analyzer-unwrapped
rustfmt