-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
writeShellApplication
instead of writeShellScriptBin
?
#144
Comments
Yes. I have a pending PR that shellchecks it. #139 |
Glad to see it! The It looks like you have over 4k commits to nixpkgs, so I'm sure none of this is news to you, and I'm not asking out of criticism just out of curiosity -- is there a reason you chose / people seem to use |
It might be there mostly for backward compatible reasons.
A lot of my commits are automated version bumps before I moved those over to @r-ryantm, but yeah, I've been around the block a few times :) I've merged #139 so I'm going to close this. I wrote some reasons why I choose to use mkDerivation there. |
Would you consider a PR that replaces
writeShellScriptBin
withwriteShellApplication
?For a security-focused package, having all the shell code automatically
shellcheck
ed might help eliminate potential bugs.If not a good idea, I'd love to learn why (it certainly seems that
writeShellScriptBin
is more common in the wild).The text was updated successfully, but these errors were encountered: