|
|
|
|
|
by striking
1184 days ago
|
|
They run macOS, pull a repo, run a setup script. They get a multi-user Nix install with a direnv integration that boots up project-local daemons. Think Postgres, Redis, and so on; those are all available, along with the Nix packages the env needs, while their current working directory is that of a project folder. Very few things live outside of the project, but the things that do are unfortunately stateful. We'll be solving that soon, too. |
|