elodin icon indicating copy to clipboard operation
elodin copied to clipboard

Just install fail due to ~/.nix-profile unwriteable

Open shanecelis opened this issue 2 months ago • 1 comments

Problem

On the main branch, my just install failed because I had a ~/.nix-profile that was setup like this (not by me personally):

$ ls -ld ~/.nix-profile
lrwxr-xr-x  1 shane  staff  46 Oct  2 08:19 /Users/shane/.nix-profile -> /Users/shane/.local/state/nix/profiles/profile

Work Around

I removed that link and it worked.

Contributing Factor?

I had installed the official nix package before going to determinate nix.

shanecelis avatar Oct 16 '25 00:10 shanecelis

I have a fix for this in my branch here: https://github.com/elodin-sys/elodin/pull/237

x46085 avatar Oct 16 '25 00:10 x46085