elitak / nixos-infect

[GPLv3+] install nixos over the existing OS in a DigitalOcean droplet (and others with minor modifications)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with isX86_64, missing parenthesis?

dmoonfire opened this issue · comments

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.

It looks like this has already been fixed: 18a0366