From efa64a4734f551315ef8f7e8636dc2bc51fee75c Mon Sep 17 00:00:00 2001 From: Bryan Bennett Date: Fri, 16 Aug 2024 07:45:55 -0400 Subject: [PATCH] Fix a comment in default.nix --- default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 81af081..bac9dce 100644 --- a/default.nix +++ b/default.nix @@ -35,8 +35,7 @@ buildDunePackage { doCheck = true; # We strip by hand before packing dontStrip = true; - # patchELF can't handle UPX'd binaries - # We produce a static OCaml binary that + # patchELF can't handle UPX'd binaries; call it manually dontPatchELF = true; postCheck = '' ${shellcheck}/bin/shellcheck direnvrc