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
parent 774442eb63
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

@ -19,6 +19,7 @@ in
}; };
cargoLock.lockFile = ../Cargo.lock; cargoLock.lockFile = ../Cargo.lock;
enableParallelBuilding = true;
meta = { meta = {
description = "A microscopic fetch script in Rust, for NixOS systems"; description = "A microscopic fetch script in Rust, for NixOS systems";

View file

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