(no title)
edolstra | 3 years ago
Nix could switch to an alternate location on macOS (e.g. /opt/nix) but that has a lot of downsides for interoperability with other systems.
edolstra | 3 years ago
Nix could switch to an alternate location on macOS (e.g. /opt/nix) but that has a lot of downsides for interoperability with other systems.
qudat|3 years ago
grhmc|3 years ago
Using /nix and a separate group and daemon means the store can be read-only and be protected from modification in several ways. This is pretty helpful, as a lot of tools try very hard to write "next to" where they are installed -- corrupting the Nix store.
I sort of wonder if it would be more palatable if the Nix installer was a bit less in your face about what's going on? This would be similar to how Docker's works.
Macha|3 years ago
vamega|3 years ago
ParetoOptimal|3 years ago
Yikes? Well then... how would you solve remote binary caching with something like Nix on a platform such as OSX without userns remapping support?
kaba0|3 years ago