Removed leftovers from before repo split

This commit is contained in:
2025-04-11 11:29:15 +01:00
parent 921b9cf36f
commit 084951044e
4 changed files with 0 additions and 5207 deletions

View File

@@ -7,14 +7,6 @@
}: {
packages = [pkgs.git];
languages = {
python = {
enable = true;
uv.enable = true;
};
go.enable = true;
};
tasks = {
"eng-assistant:deploy-stack" = {
exec = "docker compose up -d";