Open
Description
I wonder if it would make sense to support a list for the partitionedAttrs
. For example if you have multiple partitions providing packages and want to propagate them.
Currently you can do:
partitionedAttrs.packages = "dev";
But what if you had multiple partitions providing packages?
partitionedAttrs.packages = ["component1" "component2"];
With this feature you could replace other use cases for subflakes as well.
What do you think, would it make sense to support?
Metadata
Assignees
Labels
No labels