Commit graph

6 commits

Author SHA1 Message Date
Daniel Siepmann 5fe448b90a
Set up new sac project
I need to maintain the docker-compose environment as I should update the
hosting environment and we wanna deploy the docker image.

The ecosystem is using docker, I use podman.
I therefore need to configure docker hub as look up registry for podman
for unqualified images.

There doesn't seem to be a `toTOML` nixpkgs method. That's why I write
the contents of the file myself.
2024-04-11 10:21:43 +02:00
Daniel Siepmann c07db5167f
Remove PHPUnit testdox output format
As this will hide errors which is not helpful during development.
2023-11-29 10:48:31 +01:00
Daniel Siepmann 0e3b287016
Update project specific shells 2023-10-05 16:47:06 +02:00
Daniel Siepmann e2a665b45a
Replace mkShell with mkShellNoCC 2023-09-25 07:53:35 +02:00
Daniel Siepmann 066c2f7af7
Update project setups 2023-08-10 07:13:18 +02:00
Daniel Siepmann 08bc0ee761
Migrate different project related folders into one
I now already have nix shells as well as compose.yaml files for
projects. Those were split and are now migrated into a common folder.
That should keep main directory clean and self document that those files
relate to projects, not home manager or systems.
2023-07-19 07:53:46 +02:00