flake.nix: add cargo-nextest to devshell
This commit is contained in:
parent
39a3f8ffd1
commit
452fa22e9c
|
@ -28,9 +28,10 @@
|
|||
in f system pkgs toolchain);
|
||||
in {
|
||||
devShell = forAllSystems (system: pkgs: toolchain: pkgs.mkShell {
|
||||
nativeBuildInputs = [
|
||||
nativeBuildInputs = with pkgs; [
|
||||
toolchain
|
||||
pkgs.mysql-client
|
||||
mysql-client
|
||||
cargo-nextest
|
||||
];
|
||||
|
||||
RUST_SRC_PATH = "${toolchain}/lib/rustlib/src/rust/library";
|
||||
|
|
Loading…
Reference in New Issue