Results 9 comments of Joe Blow

Probably related to #511. It seems to impact nixpkgs-unstable.

This is probably related to the recent change in android security as explained in the PR #2804 The maintainers of this repo seem to be inactive so it might be...

That link is dead. Do you have a new one?

There are a number of issues and PRs turning up related to this. Given the length of time the toml package has had a fix for the multi line pending...

@DaKingof if you have a flake I could use to reproduce it, I'll take a look

I ran that on my x86_64-linux host and it worked. Can you provide more details about your environment @DaKingof ?

Maybe `(uname -srvmpio && nix --version && echo '###' && nix config show | grep -v -E 'substituters =|access-tokens =') >build-env`

Looking at the logs I can see "error: could not compile `libc` (build script) due to 1 previous error" which suggests that nix is not using the cache and is...

Flakes should be self contained for nix build, but what gets run might still need deps, which is the case for serena, as the flake does not bundle all lsps...