5 ms·
It needs world-writtable /opt/homebrew, so I guess a Linux equivalent would be Nix (which IIUC requires writable /nix). For something that only uses your home
by pzmarzly 8mo ago
It needs world-writtable /opt/homebrew, so I guess a Linux equivalent would be Nix (which IIUC requires writable /nix).
For something that only uses your home folder, I recommend checking out mise https://mise.jdx.dev/ https://mise.jdx.dev/
- exploderate 8mo agoOr just homebrew on Linux?
- mmarx 8mo agoIn multi-user mode, Nix uses dedicated build users to write to the store. There is also single-user mode, but that also doesn't require a world-writable store.