Psionic K
Psionic K
Neat. We support some values in side the `example-server` function call, but I do like this simpler syntax. I'm not sure how to achieve this in Nix off the top...
Is this on release-0.11 or unstable? Unstable has enough differences in handling workspaces to be worth trying.
I think this is an important kind of bug. I read a bit of your source, mainly focusing on the Cargo.toml and especially the build.rs, which is failing. The vergen...
Looks like vergen actually includes the git functionality rather than attempting to use a git binary: https://github.com/erooster-mail/erooster/blob/5422a94c79abb9c60af57dda138ac81878012c78/Cargo.nix#L5553-L5586 The issue is almost surely the build script. I looked at the vergen...
The drv files hold the description of the build. You can look at the top `src` attribute to find where the source that was used for a failed drv is...
I'll go file something on the vergen crate. Utility crates like this that tend to proliferate need little tweaks to avoid becoming effectively too heavy to use.
Upstream claims they fixed the issue. Would appreciate a check on the status.
cargo2nix is an expression-generator style solution. The generator, cargo2nix, doesn't deal with any -Z flags. Later on, the overlay we provide does consume flags. My plan is to handle this...
Probably low-hanging bug. I was going to do a round of updates. What's your nix version by the way? I wouldn't worry about a flag. This is almost surely going...
Try passing "--locked" to a regular cargo build to verify that the Cargo.lock in source is up to date. It needs to be in version control. https://doc.rust-lang.org/cargo/commands/cargo-rustc.html#manifest-options