This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
test_provide_builtins
failing on macOS when matching against nix --version
output
#75
Labels
bug
Something isn't working
Describe the bug
Building rnix-lsp v0.2.3 against recent nixpkgs (NixOS/nixpkgs@77fda7f) on macOS fails with
It looks like it's failing to run a regex on the
nix --version
output:rnix-lsp/src/lookup.rs
Lines 174 to 185 in 1665bc6
Interestingly, cache.nixos.org has binary artifacts for it, though this seems intermittent (on a slightly older revision of nixpkgs, cache.nixos.org had binary artifacts for aarch64-apple-darwin but not for x86_64-apple-darwin; for the referenced version it has artifacts for both. The failure occurs on both architectures though).
Build log
Steps to reproduce
Steps to reproduce the behavior:
nix build --rebuild github:NixOS/nixpkgs/77fda7f672726e1a95c8cd200f27bccfc86c870b#rnix-lsp
Expected behavior
It should compile.
Additional context
The text was updated successfully, but these errors were encountered: