Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 702 Bytes

File metadata and controls

27 lines (20 loc) · 702 Bytes

Flake for T3 Code

The source is kept up to date via a Github Action.

There are four outputs:

  • t3code
  • t3code-appimage
  • t3code-with-codex
  • t3code-appimage-with-codex

They are different ways of packaging the latest release. The -with-codex variants additionally include codex from github:numtide/llm-agents.nix#codex on PATH at runtime.

You should most likely pick the t3code version. The AppImage version exists primarily for compatibility reasons.

t3code = {
  url = "github:ominit/t3code-flake";
  inputs.nixpkgs.follows = "nixpkgs";
};
inputs.t3code.packages."${pkgs.system}".t3code