On Tue, May 07, 2024 at 06:25:45PM +0200, Valentin Gagarin wrote: > curl -L https://nixos.org/nix/install | sh -s -- --daemon
Blind execution of something potentially corrupted coming from the Internet, and by use of a pipe you don't even have a way to retroactively find out if your system has been corrupted by such download. Who does stuff like that? This is totally irresponsible.