Skip to content

Commit c602fe6

Browse files
committed
nix package: run tests
1 parent 205dadd commit c602fe6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nix/packages.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
zlib
2323
];
2424

25+
nativeBuildInputs = with pkgs; [
26+
cmake # needed by tests in randomx-rs build script
27+
];
28+
29+
doCheck = true;
30+
2531
meta = {
2632
mainProgram = pname;
2733
maintainers = with lib.maintainers; [

0 commit comments

Comments
 (0)