fix: do not truncate summaries
Some checks failed
distribution-gate / distribution-gate (push) Failing after 1m55s
Some checks failed
distribution-gate / distribution-gate (push) Failing after 1m55s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user