mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-02-06 04:03:17 +00:00
nix: enable parallel building; clean up devshell
Some checks failed
Rust / build (push) Has been cancelled
Some checks failed
Rust / build (push) Has been cancelled
This commit is contained in:
parent
774442eb63
commit
9c897b5960
2 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue