Psionic K
Psionic K
See the existing overrides that include darwin components. Looks like you need: ```pkgs.darwin.apple_sdk.frameworks.Security``` as well in your `propagatedBuildInputs`
Sorry, it was late and I was just scanning through and saw `appl` lol. `pam_appl.h` is the missing file. The usual way this gets picked up is pkgconfig and some...
Was Clang in that flake before?
Oh, my bad. If you look through the existing overrides, most of the sys packages use `buildInputs`, and the consequence of using `propagatedBuildInputs` is that this derivation isn't also having...
When sys crates fail, often we can look at the build.rs script trying to do something that assumes it has access to everything. Build.rs scripts don't always interpret the provided...
I'd like to try and build this later and see what's not grepped. If you can strip down the example, that would help. I am suspicious of why clang is...
I reopened because I didn't have time to check why this closed. TLDR lol
It's valid to put a cargo2nix tool in the workspace shell for a project if you think it will be consumed by, for example, a team where everyone can run...
For the engine and frontend outputs, duplicate the code that takes the `Cargo.nix` as an argument.
I had to update release quite a bit to leave it in a reasonable state before doing other work. Didn't finish looking at unstable's remaining unmerged changes. More important to...