Matt Votava
Matt Votava
I also have ROOT_DATABASE_URL set, but I get this error while executing the afterReset hook `Error: connect ECONNREFUSED ::1:5432` My ROOT_DATABASE_URL is for a Unix-domain socket. I can run `psql...
My issue might be different than nubunto's. I fixed it by using the "socket:" url scheme from https://www.npmjs.com/package/pg-connection-string. It appears not all libpq compatible connection strings are supported.
I'm successfully using this in one of my repos with submodules. Thanks!
I am hoping to get NixOS or mobile-nixos to run on pine64 pinephone!
You should be able to create a container with ```toolbox create -i quay.io/toolbx/ubuntu-toolbox:22.04``` Resolving the image name with the --distro option is fixed in newer versions.
It looks like the m1n1 from the Asahi installer is older, and there is a mismatch between the device tree from m1n1 and newer kernels. You can press "e" at...