omp: remove patch that didn't work

This commit is contained in:
2026-04-16 14:52:51 -04:00
parent 76cdd535c8
commit d2d25bbdfe
2 changed files with 1 additions and 299 deletions

View File

@@ -38,7 +38,7 @@ in
{
home.packages = [
(inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.omp.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../../patches/omp-fix-auth.patch ];
patches = (old.patches or [ ]) ++ [ ];
}))
];