elitak / nixos-infect

[GPLv3+] install nixos over the existing OS in a DigitalOcean droplet (and others with minor modifications)
GNU General Public License v3.0
1.37k stars 221 forks source link

Do not add channel when installing Nix #142

Closed kidonng closed 1 year ago

kidonng commented 1 year ago

The official Nix installer will add nixpkgs-unstable channel unless run with --no-channel-add option. This seems unnecessary and only slows down installation as nixos-infect is adding channels just below.