mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-02-05 20:03:15 +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;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "A microscopic fetch script in Rust, for NixOS systems";
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
clippy,
|
||||
cargo,
|
||||
rustc,
|
||||
gcc,
|
||||
rustPlatform,
|
||||
gnuplot,
|
||||
}:
|
||||
|
@ -15,7 +14,6 @@ mkShell {
|
|||
nativeBuildInputs = [
|
||||
cargo
|
||||
rustc
|
||||
gcc
|
||||
|
||||
rust-analyzer-unwrapped
|
||||
rustfmt
|
||||
|
|
Loading…
Add table
Reference in a new issue