dub with nix (issue introduced by dub >= dub-v1.31.0)

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Fri May 26 15:20:17 UTC 2023


The most likely change to result in this is: 
https://github.com/dlang/dub/pull/2542

This changed the location for the cache of builds, which is likely the 
problem you are facing.

You could try ``--cache=local`` when building, that should limit it to 
the directory of the root package you are building.


More information about the Digitalmars-d mailing list