fix: do not truncate summaries
Some checks failed
distribution-gate / distribution-gate (push) Failing after 1m55s

This commit is contained in:
eric
2026-04-04 19:09:01 +02:00
parent ea73e3ac72
commit b4f988018a
2 changed files with 10 additions and 26 deletions

View File

@@ -64,7 +64,7 @@ From another flake:
```nix
{
inputs.codex-controller-loop.url = "github:your-org/codex-controller-loop";
inputs.codex-controller-loop.url = "git+ssh://git@git.dgren.dev/eric/codex-controller-loop";
outputs = { self, nixpkgs, codex-controller-loop, ... }:
let
@@ -81,7 +81,7 @@ Through the overlay:
```nix
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.codex-controller-loop.url = "github:your-org/codex-controller-loop";
inputs.codex-controller-loop.url = "git+ssh://git@git.dgren.dev/eric/codex-controller-loop";
outputs = { self, nixpkgs, codex-controller-loop, ... }:
let