Skip to content

Commit

Permalink
nodePackages: regen only node-env and node-composition
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Mar 6, 2023
1 parent 93f8b99 commit df97fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/node-packages/node-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ let
do
file="$(readlink -f "$i")"
chmod u+rwx "$file"
isScript "$file" || continue
sed -i 's/\r$//' "$file" # convert crlf to lf
patchShebangs "$file"
done
fi
Expand Down

0 comments on commit df97fbc

Please sign in to comment.