diff --git a/flake.nix b/flake.nix index c2419b745..c1ca3e1d6 100644 --- a/flake.nix +++ b/flake.nix @@ -34,11 +34,6 @@ enableDebug = true; runTests = true; }); - crypto3-sanitize = (pkgs.callPackage ./crypto3.nix { - runTests = true; - enableDebug = false; - sanitize = true; - }); crypto3-clang-sanitize = (pkgs.callPackage ./crypto3.nix { stdenv = pkgs.llvmPackages_19.stdenv; runTests = true;