Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`splitString "" "some string"` would throw exception `error: invalid regular expression` on Darwin (or accurately, on Nix built against libc++). Refer to NixOS/nix#7208 for details. Before Nix handles that issue correctly, we should refrain from using `splitString ""`, and luckliy `lib.stringAsChars` can do the same thing.
- Loading branch information