We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addf204 commit 8983597Copy full SHA for 8983597
flake.nix
@@ -21,6 +21,8 @@
21
packages = {
22
blink-nvim = pkgs.vimUtils.buildVimPlugin {
23
pname = "blink-nvim";
24
+ version = "2024-07-25";
25
+
26
src = ./.;
27
};
28
0 commit comments