I am on NixOS, and I wanted to do some local development work on my PC; installed dagger using the flake as input into my devshell. I don't use docker, but podman on my PC.
dagger fails to initialize because I don't have docker installed:
╰─✘ moby.buildkit.v1.Control/Info 0.0s ERROR
! connection error: desc = "error reading server preface: command [docker exec -i dagger-engine-v0.18.18
buildctl dial-stdio] has exited with exit status 1, make sure the URL is valid, and Docker 18.09 or later is
installed on the remote host: stderr=Error: dial unix /run/dagger/engine.sock: connect: no such file or
directory\nUsage:\n dial-stdio [flags]\n\nFlags:\n --addr string The address serving the grpc api
(default \"unix:///run/dagger/engine.sock\")\n -h, --help help for dial-stdio\n --timeout int
The timeout in seconds for connecting to the grpc api (default 5)\n\n"
I did find this page for setting up podman, but this is not helpful in NixOS.
