Psionic K

Results 227 comments of Psionic K

This can be done with a builder override for the very last crate, but I should also add support for the mkcrate builder

Looks like a built-time network fetch, which fails due to sandbox. If you indeed don't need skia bindings, the workaround is probably to eliminate that dependency manually by patching your...

I'll let you know my first guess is that the Cargo.nix is omitting quote as a dependency of neovide-derive, so you can manually patch this by looking at the Nix...

> Unable to update registry `crates-io` Each derivation is built inside of a sandbox. Within the derivation, we move / edit Cargo.toml etc so that cargo doesn't try to fetch...

`LIBCLANG_PATH` inside the build? You can reproduce this using instructions [here](https://github.com/cargo2nix/cargo2nix#declarative-build-debugging-shell) If the path is not set when using `--ignore-environment` then you have found the issue. You can also just...

That shell hook will work for your environment. It will not be used within the nix build at all. You can see some of the examples in overrides for how...

Do you need extra rights on this repository?

Thanks for changes. I am quite busy, so feel free to ping me on the most urgent PR or issue where needed.

Design considerations are just that local testing and that CI is useful / works. Version mismatch between test workspace Cargo.nix and the cargo overlay will often cause breakage. Perhaps the...

I've been doing some work that supports a conclusion that the heavy-handed style of managing cargo in cargo2nix is inelegant to enough important problems that I will be discontinuing maintenance...