patchShebangs: Explain that script must be executable
This commit is contained in:
parent
62f9685a60
commit
81d3bd60a4
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
# /usr/bin/env gets special treatment so that ".../bin/env python" is
|
||||
# rewritten to /nix/store/<hash>/bin/python. Interpreters that are
|
||||
# already in the store are left untouched.
|
||||
# A script file must be marked as executable, otherwise it will not be
|
||||
# considered.
|
||||
|
||||
fixupOutputHooks+=(patchShebangsAuto)
|
||||
|
||||
|
|
Loading…
Reference in a new issue