Messing with llama stuff

This commit is contained in:
Hunter Haugen 2026-04-11 14:14:35 -07:00
parent 781572c561
commit c53e9d23d4
Signed by: hunner
GPG key ID: EF99694AA599DDAD
7 changed files with 622 additions and 553 deletions

View file

@ -101,6 +101,7 @@
};
overlay-local = final: prev: {
lean-ctx = prev.callPackage ./pkgs/lean-ctx/package.nix { };
codex = prev.callPackage ./pkgs/codex/package.nix { };
flow = prev.callPackage ./pkgs/flow/package.nix { };
opencode = prev.callPackage ./pkgs/opencode/package.nix { };