Skip to content

Commit 9c897b5

Browse files
committed
nix: enable parallel building; clean up devshell
1 parent 774442e commit 9c897b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

nix/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ in
1919
};
2020

2121
cargoLock.lockFile = ../Cargo.lock;
22+
enableParallelBuilding = true;
2223

2324
meta = {
2425
description = "A microscopic fetch script in Rust, for NixOS systems";

nix/shell.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
clippy,
66
cargo,
77
rustc,
8-
gcc,
98
rustPlatform,
109
gnuplot,
1110
}:
@@ -15,7 +14,6 @@ mkShell {
1514
nativeBuildInputs = [
1615
cargo
1716
rustc
18-
gcc
1917

2018
rust-analyzer-unwrapped
2119
rustfmt

0 commit comments

Comments
 (0)