Lasse
Lasse
Having the exact same issue except I'm on Windows 10 64-bit. Looks like this is not being maintained anymore?
I know. I even said it in my comment. My point is it took me a long time to figure out that that was the problem because there is no...
Appreciate it :) you too
I am getting the same error. OS: CentOS 7.6.1810 Kernel: 3.10.0-957.5.1.el7.x86_64
If I run the command manually I get this: ``` user@ubuntu:~/obelisk-deploy$ nix-build /home/user/obelisk-deploy/src -A server.system --argstr hostName ___ --argstr adminEmail ___ --argstr routeHost ___ --arg redirectHosts $'[]' --argstr version 81e6f6c68500a3e7131925ad4fc1e0977add586d...
But that is in my code directory and not my deploy directory. The readme says to ``` cd ~/code/myapp-deploy ob deploy push ``` So surely my default.nix from the code...