We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc9962 commit 590b9b1Copy full SHA for 590b9b1
flake/dev/devshell.nix
@@ -107,17 +107,17 @@
107
}
108
{
109
name = "locate-lsp-packages";
110
- command = ''${pkgs.python3.interpreter} ${./locate-lsp-packages.py}'';
+ command = ''${./locate-lsp-packages.py}'';
111
help = "Locate (with nix-index) LSP servers in nixpkgs";
112
113
114
name = "new-plugin";
115
- command = ''${pkgs.python3.interpreter} ${./new-plugin.py} "$@"'';
+ command = ''${./new-plugin.py} "$@"'';
116
help = "Create a new plugin";
117
118
119
name = "diff-plugins";
120
- command = ''${pkgs.python3.interpreter} ${./diff-plugins.py} "$@"'';
+ command = ''${./diff-plugins.py} "$@"'';
121
help = "Compare available plugins with another nixvim commit";
122
123
];
0 commit comments