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.32k stars 215 forks source link

Problem with isX86_64, missing parenthesis? #119

Open dmoonfire opened 1 year ago

dmoonfire commented 1 year ago

I just tried running the script and got an error about isX86_64 that causes it to fail on my DreamHost Ubuntu 22.04 installation.

It appears adding () to the function definition at https://github.com/elitak/nixos-infect/blame/c364d49d9d39d3c85348c05b2e6467a3e8da92ca/nixos-infect#L177 lets me move forward.

deejayem commented 1 year ago

It looks like this has already been fixed: https://github.com/elitak/nixos-infect/commit/18a03664f31775361f23ef9c08baeef890aecae3