Skip to content

Commit

Permalink
fix: pin neovim prior to treesitter bump
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Oct 2, 2024
1 parent 43c0183 commit 37ab4c8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 19 deletions.
24 changes: 14 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@
git-hooks.follows = "";
hercules-ci-effects.follows = "";
nixpkgs.follows = "nixpkgs";
neovim-src.follows = "neovim-src";
};
};
neovim-src = {
url = "github:neovim/neovim/3d1e6c56f08f420c0d91ffbee888c05b20806a5e";
flake = false;
};
nil.url = "github:oxalica/nil";
nix-colors.url = "github:misterio77/nix-colors";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
Expand Down
2 changes: 1 addition & 1 deletion nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"nvim-treesitter": {
"branch": "master",
"repo": "ssh://[email protected]/nvim-treesitter/nvim-treesitter",
"rev": "d1e1f17cea23f14cbe230635b9bb654a835f02d7",
"rev": "3af8476530caa0906aa68f4dc911f76e77b478a9",
"type": "git"
},
"nvim-treesitter-textobjects": {
Expand Down
8 changes: 4 additions & 4 deletions pkgs/nvim-treesitter/grammars/java.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"url": "https://github.com/tree-sitter/tree-sitter-java",
"rev": "245b05c6ba900fa708242835f6168ef76f9d951e",
"date": "2024-09-01T06:35:15-04:00",
"sha256": "1qxiddgk3nqy6xdvbciygryfq9bap8529hl2dpx7ma9888qfxkhb",
"hash": "sha256-C87uMEIoqXr6bYLCJAq6aiXsfH4+srVbNx7bMV9rseM=",
"rev": "490d878cf33b0ad5ae7a7253ff30597a5bdc348e",
"date": "2024-09-30T15:12:36-04:00",
"sha256": "1m4806bq6ga90vf00dbjkjvz64k06raw2w984yhnpgghbrvgm5xj",
"hash": "sha256-spf6dl7wvWuhJyhxwVU2YBLzt5xyNQDcBkk9g5cBiNQ=",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
Expand Down
8 changes: 4 additions & 4 deletions pkgs/nvim-treesitter/grammars/nix.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"url": "https://github.com/cstrahan/tree-sitter-nix",
"rev": "fcf1857e254ab654e0fb73fe9706e33c52e79a5c",
"date": "2024-09-27T12:33:25Z",
"sha256": "1xh9dwqxwrfa9i0asszyzsdrs42gj806v53kndpgh1hwx9r94a3b",
"hash": "sha256-ayiScuocBvhus3OUbQCSTxCdm/7+a61ATMpl3jFvCfY=",
"rev": "49adb0f7656fe1737bb11aff593692157905d1b1",
"date": "2024-10-01T20:16:08Z",
"sha256": "138gwnqbrmshklpli4virblhxfx1lv9bzskgg8lbd1hkkk99za1w",
"hash": "sha256-PKif0pwThrYoem/qv9KmobsO6cpxk0gvnVDXvLDlD40=",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
Expand Down

0 comments on commit 37ab4c8

Please sign in to comment.