pin beads to 0.49.6 (pre-dolt)
This commit is contained in:
parent
16633ee6fa
commit
5071ce6368
2 changed files with 6 additions and 5 deletions
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -28,15 +28,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1771518791,
|
"lastModified": 1770530478,
|
||||||
"narHash": "sha256-LfTZeWGVEyJNDL6mLaXgKJIiT35sCSJ4LjGkZf35wPM=",
|
"narHash": "sha256-zopOpBqaHC2t+tGYtrHyalOUsFDZai2NmZZOKJs2vfQ=",
|
||||||
"owner": "steveyegge",
|
"owner": "steveyegge",
|
||||||
"repo": "beads",
|
"repo": "beads",
|
||||||
"rev": "4f4d982ebd6db373e5e3ac4d5e2c8d91591cc3be",
|
"rev": "c064f2aa99814d65a439b7b700fa02c44c4e0bb2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "steveyegge",
|
"owner": "steveyegge",
|
||||||
|
"ref": "v0.49.6",
|
||||||
"repo": "beads",
|
"repo": "beads",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
talon-nix.url = "github:nix-community/talon-nix";
|
talon-nix.url = "github:nix-community/talon-nix";
|
||||||
openclaw-flake.url = "github:openclaw/nix-openclaw";
|
openclaw-flake.url = "github:openclaw/nix-openclaw";
|
||||||
plover-flake.url = "github:openstenoproject/plover-flake";
|
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";
|
beads-flake.inputs.nixpkgs.follows = "nixpkgs-25-11";
|
||||||
awww.url = "git+https://codeberg.org/LGFae/awww";
|
awww.url = "git+https://codeberg.org/LGFae/awww";
|
||||||
niri.url = "github:hunner/niri/hunner/focus-to-workspace";
|
niri.url = "github:hunner/niri/hunner/focus-to-workspace";
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
}
|
}
|
||||||
).overrideAttrs
|
).overrideAttrs
|
||||||
(old: {
|
(old: {
|
||||||
vendorHash = "sha256-cMvxGJBMUszIbWwBNmWe+ws4m3mfyEZgapxVYNYc5c4=";
|
vendorHash = "sha256-RyOxrW0C+2E+ULhGeF2RbUhaUFt58sux7neHPei5QJI=";
|
||||||
env = (old.env or { }) // {
|
env = (old.env or { }) // {
|
||||||
# Upstream pulls an ICU-backed regex dep; keep Nix build pure-Go.
|
# Upstream pulls an ICU-backed regex dep; keep Nix build pure-Go.
|
||||||
CGO_ENABLED = "0";
|
CGO_ENABLED = "0";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue