Skip to content

"Pack all" removes unrelated attributes #837

@MrQubo

Description

@MrQubo
{
  a.x = 1;
  b.y = 2;
  a.z = 3;
}

Running "Pack all 'a' bindings to nested set" yields:

{
  a = { x = 1; z = 3; };
}

Notice that b.y = 2 was removed.

Version: /nix/store/31ns7kqnsw90p8knh44sjn9gqibjs4bi-nixd-2.9.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions