![]() 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. |
||
---|---|---|
.. | ||
package.nix |