nixpkgs/pkgs/by-name/st/stylelint-lsp
Alexey Naidyonov dc55dab2ae
stylelint-lsp: fix script launch issue on macOS
A leading space before the shebang doesn't affect script execution when run from the shell or via exec on Linux.
However, on macOS, it results in an ENOEXEC (File format error) when using exec.
This fix removes the space to ensure stylelint-lsp can be launched from nixvim on macOS without errors.

Thanks to @gepbird for suggesting the proper fix.
2024-10-16 22:45:12 +02:00
..
package.nix