Jetbrains Tools: Difference between revisions
Remove the awful paragraph about the hack with nix-ld |
The copilot plugin has been renamed... |
||
| Line 7: | Line 7: | ||
For example, a package of CLion with the Github Copilot plugin pre-installed can be obtained by adding the following line to your package list: | For example, a package of CLion with the Github Copilot plugin pre-installed can be obtained by adding the following line to your package list: | ||
(pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.clion ["github-copilot"]) | (pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.clion ["github-copilot--your-ai-pair-programmer"]) | ||
where pkgs is a suitable version of nixpkgs. | where pkgs is a suitable version of nixpkgs. | ||