Skip to content

Commit

Permalink
build: Add cargo-nextest to nix devshell
Browse files Browse the repository at this point in the history
Since it is used now for running the tests.
  • Loading branch information
theduke committed Jan 31, 2024
1 parent 76b3597 commit c14e3c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
llvmPackages_15.llvm
libxml2
libffi

# Test runner
cargo-nextest
];
runtimeDependencies = with pkgs; [ ];

Expand Down

0 comments on commit c14e3c1

Please sign in to comment.