Skip to content

Commit

Permalink
dev/new-plugin: originalName -> packPathName
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 21, 2024
1 parent d39a09d commit 6a4b422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-modules/dev/new-plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
default_nix_template = """{{ lib, ... }}:
lib.nixvim.neovim-plugin.mkNeovimPlugin {{
name = "{name}";
originalName = "{originalName}";
packPathName = "{originalName}";
package = "{package}";
maintainers = [ lib.maintainers.YOUR_NAME ];
Expand Down

0 comments on commit 6a4b422

Please sign in to comment.