emacs-twist / twist.nix

Build an entire Emacs configuration as a Nix package in a pure, reproducible way
GNU General Public License v3.0
78 stars 7 forks source link

fix: invalid regex on darwin #155

Closed Warashi closed 6 months ago

Warashi commented 6 months ago

Japanese follows English.

When I try to use twist with darwin, I get an INVALID REGULAR EXPRESSION error. This PR will fix that.

The behavior of buitlins.match seemed to be different between linux and darwin. ref; https://github.com/NixOS/nix/issues/1537

--

twistをdarwinで使おうとするとinvalid regular expressionのエラーが発生します。 このPRではそれを修正します。

buitlins.match の挙動は linux と darwin で異なるようでした。 ref; https://github.com/NixOS/nix/issues/1537

akirak commented 6 months ago

@Warashi Thank you for reporting this. This project depends on other Nix regular expressions in this repository. Please wait until I further investigate the issue.

English is more preferable for transparency. You don't have to post the same content in two languages.

akirak commented 6 months ago

LGTM. Thank you for your contribution!