colmena icon indicating copy to clipboard operation
colmena copied to clipboard

error: path '«unknown»/tmp' is a symlink on Darwin

Open camelpunch opened this issue 1 year ago • 3 comments

A colmena build with flakes will choke on Darwin, because /tmp is a symlink to /private/tmp.

I've created a minimal flake example here.

The following reproduces the error:

nix develop --command -- colmena build

camelpunch avatar Jan 13 '24 14:01 camelpunch