shell.nix: add gnuplot

Since Criterion.rs uses gnuplot to generate nice plots, add it to the
shell.
This commit is contained in:
vali 2024-08-15 18:25:07 +02:00
commit 322726466f

View file

@ -16,11 +16,12 @@ mkShell {
cargo
rustc
gcc
gnuplot
rust-analyzer-unwrapped
rustfmt
clippy
gnuplot # For Criterion.rs plots
];
env.RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";