remove opencode and update llm-agents input
This commit is contained in:
parent
eb3f74fd51
commit
418f0701bc
4 changed files with 5 additions and 27 deletions
10
flake.nix
10
flake.nix
|
|
@ -219,15 +219,5 @@
|
|||
customPkgs // { inherit (pkgs) git; }
|
||||
);
|
||||
|
||||
checks = forEachSystem (
|
||||
system:
|
||||
let
|
||||
pkgs = mkPkgs system;
|
||||
customPkgs = import ./packages { inherit pkgs lib llm-agents; };
|
||||
in
|
||||
{
|
||||
inherit (customPkgs) opencode;
|
||||
}
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue