Fix a comment in default.nix

This commit is contained in:
Bryan Bennett 2024-08-16 07:45:55 -04:00
parent 7ad53e8859
commit efa64a4734
No known key found for this signature in database
GPG key ID: EE149E4215408DE9

View file

@ -35,8 +35,7 @@ buildDunePackage {
doCheck = true; doCheck = true;
# We strip by hand before packing # We strip by hand before packing
dontStrip = true; dontStrip = true;
# patchELF can't handle UPX'd binaries # patchELF can't handle UPX'd binaries; call it manually
# We produce a static OCaml binary that
dontPatchELF = true; dontPatchELF = true;
postCheck = '' postCheck = ''
${shellcheck}/bin/shellcheck direnvrc ${shellcheck}/bin/shellcheck direnvrc