Misterio77 / nix-colors

Modules and schemes to make theming with Nix awesome.
GNU General Public License v3.0
465 stars 38 forks source link

Fix darwin incompatibility caused by regex use #20

Closed Misterio77 closed 2 years ago

Misterio77 commented 2 years ago

Fixes https://github.com/Misterio77/nix-colors/issues/17

It seems nix's regex implementation has some platform differences. This PR apparently fixes them with a little regex tweaking.

We'll have tests soon(ish), so this kind of problems will not go unnoticed.

montchr commented 2 years ago

Thanks!