dream2nix/overrides
Lainera 314baa111c
fix: remove rollup patch
Subj, this patch appends NODE_PATH to the `moduleDirectories`
which according to [plugin docs][module-directories] would be used to
recursively search for modules.
It does, however, cause rollup to fail with an error, complaining
about absolute paths belonging in the [`modulePaths`][module-paths].
One way to workaround this issue would be to split `moduleDirectories`
configuration across two lines, which would cause search and replace
to fail and subsequently rollup would not complain.
This workaround leads to working build, which leads me to believe that
existing comment is right and this patch is not needed in the first
place.

[module-directories]: <https://github.com/rollup/plugins/tree/master/packages/node-resolve#moduledirectories>
[module-paths]: <https://github.com/rollup/plugins/tree/master/packages/node-resolve#modulepaths>
2023-03-04 13:46:16 -08:00
..
haskell haskell: add zlib override 2022-12-29 21:43:18 -06:00
nodejs fix: remove rollup patch 2023-03-04 13:46:16 -08:00
php php: install dependencies with --no-dev 2022-09-27 14:38:59 -07:00
python add overrides for python 2022-07-03 12:17:40 +02:00
rust fix(rust): correct linemd overrides 2022-12-18 02:37:00 +03:00