From 635a625e7c0c704710b927cd65bb4b05d502abe9 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 19 May 2026 22:47:28 +0200 Subject: [PATCH] don't strip debug information from patched fail binaries --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 8c748a5..a124728 100644 --- a/flake.nix +++ b/flake.nix @@ -455,6 +455,8 @@ rec { version = "1.0.0"; src = ./.; + dontStrip = true; + nativeBuildInputs = with pkgs; [ autoPatchelfHook ];