Hey!
Been using nixos for a while, pretty stable and good, but I have problems regarding when I do let’s say:
nix-shell -I nixpkgs=channel:nixos-unstable -p zed-editor
My PC uses all of 20 cores possible and my computer freeze on building rust package, it comes back but takes a while, I tried to limit build cores with
NIX_BUILD_CORES=16 nix-shell -I nixpkgs=channel:nixos-unstable -p zed-editor
But it didn’t help, any idea?
Thanks.
Regards,
Petar