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