nix-community / fenix

Rust toolchains and rust-analyzer nightly for Nix [maintainer=@figsoda]
Mozilla Public License 2.0
608 stars 39 forks source link

put better `version` attr in stable/beta derivations #118

Open cdmistman opened 9 months ago

cdmistman commented 9 months ago

for replit/nixmodules i'd like to use fenix to supply the rust toolchains. i'd like to make the name of the nixmodules something like rust-1.73:... but that's not really feasible with fenix.

this pr changes the manifest generation and derivation construction for components.

image
cdmistman commented 9 months ago

fyi @figsoda CI passes when i manually run locally, the reason why it's failing in CI is because the update script needs to be run since it adds a field to the data json files

i can do this first thing in the morning to ensure reproducibility with main