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 ];