Skip to content

BUG: unable to access any nested aspects from imported namespace #113

@michaelBelsanti

Description

@michaelBelsanti

Description

https://github.com/michaelBelsanti/bogus-den

       error: attribute '_' missing
       at /nix/store/1m2c8wls1ms8rzrfx37jdp9a3wvv066s-source/modules/bug.nix:7:32:
            6|   den.hosts.x86_64-linux.good.users.quasi = { };
            7|   den.aspects.bad.includes = [ styx.services._.ssh ];
             |                                ^
            8|   den.aspects.good.includes = [ styx.performance ];

These aspects work fine when being used within the original flake, but do not work when imported by another. Aspects that aren't nested work fine.

See: #112

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions