Skip to content

Commit 37ab4c8

Browse files
author
Will Ruggiano
committed
fix: pin neovim prior to treesitter bump
1 parent 43c0183 commit 37ab4c8

File tree

5 files changed

+28
-19
lines changed

5 files changed

+28
-19
lines changed

flake.lock

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@
2121
git-hooks.follows = "";
2222
hercules-ci-effects.follows = "";
2323
nixpkgs.follows = "nixpkgs";
24+
neovim-src.follows = "neovim-src";
2425
};
2526
};
27+
neovim-src = {
28+
url = "github:neovim/neovim/3d1e6c56f08f420c0d91ffbee888c05b20806a5e";
29+
flake = false;
30+
};
2631
nil.url = "github:oxalica/nil";
2732
nix-colors.url = "github:misterio77/nix-colors";
2833
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";

nix/sources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
"nvim-treesitter": {
279279
"branch": "master",
280280
"repo": "ssh://[email protected]/nvim-treesitter/nvim-treesitter",
281-
"rev": "d1e1f17cea23f14cbe230635b9bb654a835f02d7",
281+
"rev": "3af8476530caa0906aa68f4dc911f76e77b478a9",
282282
"type": "git"
283283
},
284284
"nvim-treesitter-textobjects": {

pkgs/nvim-treesitter/grammars/java.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"url": "https://github.com/tree-sitter/tree-sitter-java",
3-
"rev": "245b05c6ba900fa708242835f6168ef76f9d951e",
4-
"date": "2024-09-01T06:35:15-04:00",
5-
"sha256": "1qxiddgk3nqy6xdvbciygryfq9bap8529hl2dpx7ma9888qfxkhb",
6-
"hash": "sha256-C87uMEIoqXr6bYLCJAq6aiXsfH4+srVbNx7bMV9rseM=",
3+
"rev": "490d878cf33b0ad5ae7a7253ff30597a5bdc348e",
4+
"date": "2024-09-30T15:12:36-04:00",
5+
"sha256": "1m4806bq6ga90vf00dbjkjvz64k06raw2w984yhnpgghbrvgm5xj",
6+
"hash": "sha256-spf6dl7wvWuhJyhxwVU2YBLzt5xyNQDcBkk9g5cBiNQ=",
77
"fetchLFS": false,
88
"fetchSubmodules": false,
99
"deepClone": false,

pkgs/nvim-treesitter/grammars/nix.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"url": "https://github.com/cstrahan/tree-sitter-nix",
3-
"rev": "fcf1857e254ab654e0fb73fe9706e33c52e79a5c",
4-
"date": "2024-09-27T12:33:25Z",
5-
"sha256": "1xh9dwqxwrfa9i0asszyzsdrs42gj806v53kndpgh1hwx9r94a3b",
6-
"hash": "sha256-ayiScuocBvhus3OUbQCSTxCdm/7+a61ATMpl3jFvCfY=",
3+
"rev": "49adb0f7656fe1737bb11aff593692157905d1b1",
4+
"date": "2024-10-01T20:16:08Z",
5+
"sha256": "138gwnqbrmshklpli4virblhxfx1lv9bzskgg8lbd1hkkk99za1w",
6+
"hash": "sha256-PKif0pwThrYoem/qv9KmobsO6cpxk0gvnVDXvLDlD40=",
77
"fetchLFS": false,
88
"fetchSubmodules": false,
99
"deepClone": false,

0 commit comments

Comments
 (0)