Update codex and beads

This commit is contained in:
Hunter Haugen 2026-02-19 10:48:58 -08:00
parent 525ec5de8b
commit 16633ee6fa
Signed by: hunner
GPG key ID: EF99694AA599DDAD
3 changed files with 8 additions and 7 deletions

View file

@ -57,7 +57,7 @@
}
).overrideAttrs
(old: {
vendorHash = "sha256-s9ELOxDHHk+RyImrPxm9DPos7Wb4AFWaNKsrgU4soow=";
vendorHash = "sha256-cMvxGJBMUszIbWwBNmWe+ws4m3mfyEZgapxVYNYc5c4=";
env = (old.env or { }) // {
# Upstream pulls an ICU-backed regex dep; keep Nix build pure-Go.
CGO_ENABLED = "0";