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.3k stars 214 forks source link

Remove redundant DO check #198

Closed acook closed 5 months ago

acook commented 6 months ago

Removed line performs the same check and the same action as the block a couple lines below

donovanglover commented 5 months ago

Looks like the merge reverted the change and the redundant check is still there.