nix-darwin icon indicating copy to clipboard operation
nix-darwin copied to clipboard

Problem with building coreutils over and over again.

Open PlumpMath opened this issue 3 years ago • 1 comments
trafficstars

Hi, When installing the zmq elisp package of emacs with nix or the zeromq-related ones such as pyzmq (i'm use mach-nix) in jupyter, coreutils is required, which repeats the build. I don't think the pins get stuck in the build like that. (This is only for Mac OS.)

Thanks.

PlumpMath avatar May 15 '22 09:05 PlumpMath

I found out why and fixed it. It was because of the modules installed with the conda package of mach-nix. . I thought so, but it seems like that's not the case. I'm trying to move everything from flake to legacy on macos. Running only linux with flake .

PlumpMath avatar May 15 '22 10:05 PlumpMath