🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

flake.lock: update all inputs

robin 29b1aa3a 1e62ef52

+8 -8
+7 -7
flake.lock
··· 23 23 "neovim-src": { 24 24 "flake": false, 25 25 "locked": { 26 - "lastModified": 1774803037, 27 - "narHash": "sha256-x5+BhmSDoJ8VIoa8Sc2IAfFTgYtthQHRaJd5YoXX5AU=", 26 + "lastModified": 1775669580, 27 + "narHash": "sha256-QPjXm56xhY8+54DcD6tdY9GsMPiQQruyLZPt+uskYmY=", 28 28 "owner": "neovim", 29 29 "repo": "neovim", 30 - "rev": "44d1f82fbf3336d29925a270e12a61d9b1dc08bd", 30 + "rev": "a165eee64fa628045241b200d150b0f1e7737301", 31 31 "type": "github" 32 32 }, 33 33 "original": { ··· 38 38 }, 39 39 "nixpkgs": { 40 40 "locked": { 41 - "lastModified": 1774701658, 42 - "narHash": "sha256-5QVei2IIfVO3GqMkiiXlrZtaniOkXyMWnqbTVkItrco=", 43 - "rev": "b63fe7f000adcfa269967eeff72c64cafecbbebe", 41 + "lastModified": 1775639890, 42 + "narHash": "sha256-KbwJuc+hYt9EOOPNDok8MfWNonZJibcwGnJ1mT+eX8Q=", 43 + "rev": "456e8a9468b9d46bd8c9524425026c00745bc4d2", 44 44 "type": "tarball", 45 - "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre971056.b63fe7f000ad/nixexprs.tar.xz?lastModified=1774701658&rev=b63fe7f000adcfa269967eeff72c64cafecbbebe" 45 + "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre977011.456e8a9468b9/nixexprs.tar.xz?lastModified=1775639890&rev=456e8a9468b9d46bd8c9524425026c00745bc4d2" 46 46 }, 47 47 "original": { 48 48 "type": "tarball",
+1 -1
pkgs/neovim/tree-sitter-bundled.nix
··· 7 7 dependencies, 8 8 }: 9 9 let 10 - cargoHash = "sha256-zh6KsnZ7s6VXGCggoYbLGeGnEZ7g7anjkz8C5/L4yXQ="; 10 + cargoHash = "sha256-oEaGaAui8yCt25BYC03bl5/0BtC+DLh9N8HCvzyp0Ak="; 11 11 in 12 12 tree-sitter.overrideAttrs (oa: { 13 13 src = dependencies.treesitter;