Skip to content

Commit

Permalink
nix: enable parallel building; clean up devshell
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Jan 25, 2025
1 parent 774442e commit 9c897b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ in
};

cargoLock.lockFile = ../Cargo.lock;
enableParallelBuilding = true;

meta = {
description = "A microscopic fetch script in Rust, for NixOS systems";
Expand Down
2 changes: 0 additions & 2 deletions nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
clippy,
cargo,
rustc,
gcc,
rustPlatform,
gnuplot,
}:
Expand All @@ -15,7 +14,6 @@ mkShell {
nativeBuildInputs = [
cargo
rustc
gcc

rust-analyzer-unwrapped
rustfmt
Expand Down

0 comments on commit 9c897b5

Please sign in to comment.