Add llm-workflow-engine and configure for Emacs

This commit is contained in:
Andrea Ciceri 2023-10-01 02:59:39 +02:00
parent b1b7b24717
commit 473b4e7580
No known key found for this signature in database
7 changed files with 307 additions and 44 deletions

View file

@ -81,12 +81,14 @@
default = "ccr";
};
};
config.overlays = with inputs; [
agenix.overlays.default
comma.overlays.default
helix.overlays.default
nur.overlay
];
config.overlays = with inputs;
[
agenix.overlays.default
comma.overlays.default
helix.overlays.default
nur.overlay
]
++ config.fleet.overlays;
}));
default = {};
};
@ -186,6 +188,7 @@
"cachix-personal-token".owner = "ccr";
"autistici-password".owner = "ccr";
"git-workspace-tokens".owner = "ccr";
"chatgpt-token".owner = "ccr";
};
};
rock5b = {
@ -249,6 +252,7 @@
"hercules-ci-binary-caches".owner = "hercules-ci-agent";
# "minio-credentials".owner = "minio";
# "aws-credentials" = {};
"chatgpt-token".owner = "ccr";
};
};
};