feat: ui
This commit is contained in:
12
nix/packages/codex-controller-loop.nix
Normal file
12
nix/packages/codex-controller-loop.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs }:
|
||||
pkgs.rustPlatform.buildRustPackage {
|
||||
pname = "codex-controller-loop";
|
||||
version = "0.1.0";
|
||||
src = ../..;
|
||||
cargoLock.lockFile = ../../Cargo.lock;
|
||||
|
||||
meta = {
|
||||
description = "Standalone Codex controller loop framework";
|
||||
mainProgram = "codex-controller-loop";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user