Skip to content

Commit

Permalink
add crypto-3 sanitzie package
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 18, 2024
1 parent ef79af6 commit e898cb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
crypto3-debug-tests = (pkgs.callPackage ./crypto3/crypto3.nix {
enableDebug = true;
runTests = true;
});
crypto3-sanitize = (pkgs.callPackage ./crypto3/crypto3.nix {
enableDebug = true;
runTests = true;
sanitize = true;
});

Expand Down

0 comments on commit e898cb5

Please sign in to comment.