Skip to content

importPath ".." causing excessive build times #52

@lionello

Description

@lionello

ae/dub.sdl

Line 13 in 3a2ec94

importPaths ".."

This causes issues when building an application that depends on ae from Nix: the ae library will have been added to the Nix store (/nix/store/…) but because of the importPath "..", dub will iterate all files and folders in the Nix store. This is often 20GiB worth of packages, and doesn't complete (I aborted after 5 minutes.)

Also see lionello/dub2nix#8 (comment) for more context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions