Skip to content

partitionedAttrs from multiple partitions? #258

Open
@terlar

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions