patchShebangs: Explain that script must be executable

This commit is contained in:
Daniel Schaefer 2019-05-01 03:18:35 +02:00
parent 62f9685a60
commit 81d3bd60a4

View file

@ -4,6 +4,8 @@
# /usr/bin/env gets special treatment so that ".../bin/env python" is # /usr/bin/env gets special treatment so that ".../bin/env python" is
# rewritten to /nix/store/<hash>/bin/python. Interpreters that are # rewritten to /nix/store/<hash>/bin/python. Interpreters that are
# already in the store are left untouched. # already in the store are left untouched.
# A script file must be marked as executable, otherwise it will not be
# considered.
fixupOutputHooks+=(patchShebangsAuto) fixupOutputHooks+=(patchShebangsAuto)