Skip to content
Discussion options

You must be logged in to vote

Hi @matthiasbeyer! There's a few ways to do this:

  1. You can try setting cargoNextestPartitionsExtraArgs and see if that gets you what you need
  2. You can define your own build hook (e.g. preCheck or postCheck or postInstall etc) that performs the operation. cargoNextest is built on top of mkCargoDerivation which is built on top of stdenv.mkDerivation so all the same build hook behavior you'd expect of a regular derivation is possible (though check out the API docs for the full details)
  3. You can use mkCargoDerivation directly and specify the command to run

Hope this helps!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@matthiasbeyer
Comment options

Answer selected by ipetkov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants