Claudio Bley
Claudio Bley
Hi @evanlu14, It seems we only register a haskell toolchain from nixpkgs and do not use a GHC bindist in this project. That means the local platform needs to have...
> Is there any easy workaround for this? I know nothing about bazel and was trying to compile some software that uses it when I ran into this issue on...
Note that currently Bazel does not build for Darwin from nixos-unstable. This has been fixed upstream (https://github.com/NixOS/nixpkgs/pull/269297), so we'll have to wait until it's available in the channel. Also, I...
Hi. I think this is a problem because you're trying to call nix inside of nix: 1. you run a nix build with `bazel_6`, `nix` and `go` inside the sandbox...
Opened an upstream issue: https://github.com/NixOS/nixpkgs/issues/270375 This seems to be caused by this PR https://github.com/NixOS/nixpkgs/pull/235990 which is (somewhat ironically) titled "nixStatic: Fix darwin". The bottom line is that before that change...
Is this the same problem as https://github.com/NixOS/nixpkgs/issues/150655 ? Ie. does passing `--cxxopt=-x --cxxopt=c++` help?
I think this is a consequence of nixpkgs having split the toolchain into different packages and libcxxabi not directly being part of the toolchain by default. A nix-shell provides an...
Hi. I think you should be able to use the library like any other, e.g. with ```starlark nixpkgs_package( name = "compiler-rt-libc", attribute_path = "llvmPackages_16.compiler-rt-libc", nix_file_content = """import { }""", repository...
> Ugh. I forgot about the Nix tests. I will need to see if someone has upgraded `bazel_6`. I tried to, but ran into problems on Darwin. See https://github.com/NixOS/nixpkgs/pull/283480
Picking this up again, after Bazel 6.5.0 landed in nixos-unstable :tada: ### Note First, I tried to go the usual route of upgrading nixpkgs to nixos-unstable to get a hold...