We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774442e commit 9c897b5Copy full SHA for 9c897b5
nix/package.nix
@@ -19,6 +19,7 @@ in
19
};
20
21
cargoLock.lockFile = ../Cargo.lock;
22
+ enableParallelBuilding = true;
23
24
meta = {
25
description = "A microscopic fetch script in Rust, for NixOS systems";
nix/shell.nix
@@ -5,7 +5,6 @@
5
clippy,
6
cargo,
7
rustc,
8
- gcc,
9
rustPlatform,
10
gnuplot,
11
}:
@@ -15,7 +14,6 @@ mkShell {
15
14
nativeBuildInputs = [
16
cargo
17
rustc
18
- gcc
rust-analyzer-unwrapped
rustfmt
0 commit comments