ITADN

fixed-point argument parameter on derivations

#963OpenRossSmyth 创建于 2026-01-29
enhancement
R
RossSmythcommented
**Is your feature request related to a problem? Please describe.** Would be nice if the derivations here supported fixed-point arguments, i.e. `finalAttrs`. **Describe the solution you'd like** This would require reworking the derivations to use `lib.extendMkDerivation` ideally. I played around with this and there is one main blocker: the `stdenv` attribute. **Describe alternatives you've considered** Could roll our own helper, but it is nice to be in-sync with any update to `extendMkDerivation`. **Additional context** Add any other context or screenshots about the feature request here.
6 条评论