mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-03 07:26:35 +00:00
shell.nix: add gnuplot
Since Criterion.rs uses gnuplot to generate nice plots, add it to the shell.
This commit is contained in:
parent
821e27d2d0
commit
322726466f
1 changed files with 2 additions and 1 deletions
|
|
@ -16,11 +16,12 @@ mkShell {
|
||||||
cargo
|
cargo
|
||||||
rustc
|
rustc
|
||||||
gcc
|
gcc
|
||||||
gnuplot
|
|
||||||
|
|
||||||
rust-analyzer-unwrapped
|
rust-analyzer-unwrapped
|
||||||
rustfmt
|
rustfmt
|
||||||
clippy
|
clippy
|
||||||
|
|
||||||
|
gnuplot # For Criterion.rs plots
|
||||||
];
|
];
|
||||||
|
|
||||||
env.RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
env.RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue