Description
Opened #152 but then I realized that it is probably not a good idea, because it seems self'
and inputs'
are picky about what they include for some reason.
So I just have a general question and possibly a feature request: Can self' and self and inputs' and inputs be more similar?. It seems only attributes that flake-parts supports are "de-systemized" in inputs'
, but why not just pick out any attribute thats system spaced and include all the original attributes in the flake. Then maybe the self'
and self
distinction won't even be necessary. Something like how de-systemizing is done here could be goo https://github.com/divnix/nosys/blob/master/desys.nix.
Maybe I'm misunderstanding flake-parts philosophy or architecture, but it seems unnecessary to have such a big distinction between concepts that are so similar.