mirror of
https://github.com/callumio/suck.git
synced 2025-12-17 03:29:21 +00:00
chore: add nextest to dev environment
This commit is contained in:
parent
59d7953aad
commit
3f22921986
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
overlays = [(import rust-overlay)];
|
overlays = [(import rust-overlay)];
|
||||||
pkgs = import nixpkgs {inherit system overlays;};
|
pkgs = import nixpkgs {inherit system overlays;};
|
||||||
rustToolchain = pkgs.pkgsBuildHost.rust-bin.stable.latest.default;
|
rustToolchain = pkgs.pkgsBuildHost.rust-bin.stable.latest.default;
|
||||||
tools = with pkgs; [];
|
tools = with pkgs; [cargo-nextest];
|
||||||
nativeBuildInputs = with pkgs; [rustToolchain pkg-config] ++ tools;
|
nativeBuildInputs = with pkgs; [rustToolchain pkg-config] ++ tools;
|
||||||
in
|
in
|
||||||
with pkgs; {
|
with pkgs; {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue