mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 14:41:24 +01:00
Fix a comment in default.nix
This commit is contained in:
parent
7ad53e8859
commit
efa64a4734
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue