diff --git a/packages/genpolicy_kata.nix b/packages/genpolicy_kata.nix index 23fdb57efd..69999f9672 100644 --- a/packages/genpolicy_kata.nix +++ b/packages/genpolicy_kata.nix @@ -30,9 +30,6 @@ rustPlatform.buildRustPackage rec { }; }; - dontStrip = true; - buildType = "debug"; - env.OPENSSL_NO_VENDOR = 1; nativeBuildInputs = [ diff --git a/packages/genpolicy_msft.nix b/packages/genpolicy_msft.nix index d29907589e..25713848ac 100644 --- a/packages/genpolicy_msft.nix +++ b/packages/genpolicy_msft.nix @@ -25,9 +25,6 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-MRVtChYQkiU92n/z+5r4ge58t9yVeOCdqs0zx81IQUY="; - dontStrip = true; - buildType = "debug"; - OPENSSL_NO_VENDOR = 1; nativeBuildInputs = [