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;
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue