omp: add fix auth patch (to test)
Some checks failed
Build and Deploy / deploy (push) Failing after 12m21s

This commit is contained in:
2026-04-08 13:08:30 -04:00
parent 0f0429b4b2
commit 3627cb19c6
2 changed files with 296 additions and 1 deletions

View File

@@ -37,7 +37,9 @@ let
in
{
home.packages = [
inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.omp
(inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.omp.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../../patches/omp-fix-auth.patch ];
}))
];
# main settings: ~/.omp/agent/config.yml (JSON is valid YAML)