Skip to content
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

node2nix: pull in patch to fix bin scripts with crlf line-endings #216728

Merged
merged 2 commits into from
Mar 9, 2023

Commits on Mar 7, 2023

  1. node2nix: pull in patch to fix bin scripts with crlf line-endings

    This is minor fallout from svanderburg/node2nix#302 which made node2nix
    handle installing script bins itself (since npm stopped doing that
    correctly).
    
    It seems npm was doing line-ending normalization when installing these
    files itself, so in addition to making all bins executable we now also
    do a crlf to lf conversion on them if they are a script with a shebang.
    lilyinstarlight committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b85c1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0835e5a View commit details
    Browse the repository at this point in the history