omp: remove patch that didn't work
This commit is contained in:
@@ -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 [ ]) ++ [ ];
|
||||
}))
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user