We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ nix-build -A pkgs.fractalide error: invalid regular expression '(|.*/)([^/]*)', at /Users/cw/src/git/fractalide/fractalide/pkgs/fractalide.nix:29:27
Works on Nix/Linux. Are they using different regex libraries? Both are Nix 2.0pre.
The text was updated successfully, but these errors were encountered:
Problem: extractPath doesn't work on Nix/Darwin
a7866c5
The regular expression is valid on Nix/Linux but not on Nix/Darwin. Solution: Use builtins.split instead. Closes fractalide#100
See NixOS/nix#1537 .
Sorry, something went wrong.
No branches or pull requests
Works on Nix/Linux. Are they using different regex libraries? Both are Nix 2.0pre.
The text was updated successfully, but these errors were encountered: