omp: remove patch
All checks were successful
Build and Deploy / mreow (push) Successful in 14m42s
Build and Deploy / yarn (push) Successful in 5m22s
Build and Deploy / muffin (push) Successful in 1m4s

This commit is contained in:
2026-05-01 14:42:59 -04:00
parent b4c3becca6
commit 002579d58e
2 changed files with 1 additions and 812 deletions

View File

@@ -78,14 +78,7 @@ let
in
{
home.packages = [
# `bun2nix.hook` sets `patchPhase = bunPatchPhase`, which only runs `patchShebangs` and
# silently ignores the standard `patches` attribute. Apply patches via `prePatch` instead
# so they actually take effect. Tracking: nothing upstream yet.
(inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.omp.overrideAttrs (old: {
prePatch = (old.prePatch or "") + ''
patch -p1 < ${../../patches/omp/0001-fix-reasoning_content.patch}
'';
}))
inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.omp
];
home.file = androidSkillFiles // {