You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm in a situation where I'd like to pass custom buildRustCrate configuration for all of my crates. I saw that there's a crateConfig option at the top level of the generated Cargo.nix, I can't seem to find any documentation for it, is it a deprecated field?
Hey, I'm in a situation where I'd like to pass custom
buildRustCrate
configuration for all of my crates. I saw that there's acrateConfig
option at the top level of the generatedCargo.nix
, I can't seem to find any documentation for it, is it a deprecated field?crate2nix/crate2nix/templates/Cargo.nix.tera
Lines 24 to 27 in e494b56
It seems like a useful configuration option. I was thinking it could be called
defaultCrateConfig
and override the per-cratecrateConfig
here:crate2nix/crate2nix/templates/nix/crate2nix/default.nix
Lines 289 to 290 in e494b56
With something like this:
The text was updated successfully, but these errors were encountered: