diff --git a/flake-modules/dev/new-plugin.py b/flake-modules/dev/new-plugin.py index 01fc1e0e..26f91904 100644 --- a/flake-modules/dev/new-plugin.py +++ b/flake-modules/dev/new-plugin.py @@ -9,7 +9,7 @@ from argparse import ArgumentParser default_nix_template = """{{ lib, ... }}: lib.nixvim.neovim-plugin.mkNeovimPlugin {{ name = "{name}"; - originalName = "{originalName}"; + packPathName = "{originalName}"; package = "{package}"; maintainers = [ lib.maintainers.YOUR_NAME ];