Skip to content

Commit addf204

Browse files
redxtechSaghen
authored andcommitted
fix: set pname instead of name
1 parent d69b4d1 commit addf204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# define the packages provided by this flake
2121
packages = {
2222
blink-nvim = pkgs.vimUtils.buildVimPlugin {
23-
name = "blink-nvim";
23+
pname = "blink-nvim";
2424
src = ./.;
2525
};
2626

0 commit comments

Comments
 (0)