don't strip debug information from patched fail binaries

This commit is contained in:
2026-05-19 22:47:28 +02:00
parent b61ee93a3e
commit 635a625e7c

View File

@ -455,6 +455,8 @@ rec {
version = "1.0.0";
src = ./.;
dontStrip = true;
nativeBuildInputs = with pkgs; [
autoPatchelfHook
];