pin beads to 0.49.6 (pre-dolt)

This commit is contained in:
Hunter Haugen 2026-02-20 09:26:45 -08:00
parent 16633ee6fa
commit 5071ce6368
Signed by: hunner
GPG key ID: EF99694AA599DDAD
2 changed files with 6 additions and 5 deletions

View file

@ -12,7 +12,7 @@
talon-nix.url = "github:nix-community/talon-nix";
openclaw-flake.url = "github:openclaw/nix-openclaw";
plover-flake.url = "github:openstenoproject/plover-flake";
beads-flake.url = "github:steveyegge/beads";
beads-flake.url = "github:steveyegge/beads?ref=v0.49.6";
beads-flake.inputs.nixpkgs.follows = "nixpkgs-25-11";
awww.url = "git+https://codeberg.org/LGFae/awww";
niri.url = "github:hunner/niri/hunner/focus-to-workspace";
@ -57,7 +57,7 @@
}
).overrideAttrs
(old: {
vendorHash = "sha256-cMvxGJBMUszIbWwBNmWe+ws4m3mfyEZgapxVYNYc5c4=";
vendorHash = "sha256-RyOxrW0C+2E+ULhGeF2RbUhaUFt58sux7neHPei5QJI=";
env = (old.env or { }) // {
# Upstream pulls an ICU-backed regex dep; keep Nix build pure-Go.
CGO_ENABLED = "0";