chore: use git-like patch/diff in junit output

This commit is contained in:
technofab 2025-05-11 17:40:13 +02:00
parent 9068477650
commit 8b5ac904db
4 changed files with 25 additions and 13 deletions

View file

@ -11,6 +11,6 @@ buildGoModule {
)
./.;
subPackages = ["cmd/nixtest"];
vendorHash = "sha256-H0KiuTqY2cxsUvqoxWAHKHjdfsBHjYkqxdYgTY0ftes=";
vendorHash = "sha256-Hmdtkp3UK/lveE2/U6FmKno38DxY+MMQlQuZFf1UBME=";
meta.mainProgram = "nixtest";
}