summary refs log tree commit diff
path: root/modules/software-templates/devenv/java.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-26 02:45:55 +0200
committerRory& <root@rory.gay>2026-04-26 02:45:55 +0200
commitb9d4e5d545370481c0e8fba3bd0c7c487e7ddbd2 (patch)
treef2dde424533e36cfa184bbe2495af563fcb45bb0 /modules/software-templates/devenv/java.nix
parentDrop promtail as it is EOL, and unused (diff)
downloadRory-Open-Architecture-b9d4e5d545370481c0e8fba3bd0c7c487e7ddbd2.tar.xz
Migrate to systemless buildIdeWithPlugins for jetbrains
Diffstat (limited to 'modules/software-templates/devenv/java.nix')
-rw-r--r--modules/software-templates/devenv/java.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/software-templates/devenv/java.nix b/modules/software-templates/devenv/java.nix

index ed1581a..a0065c6 100644 --- a/modules/software-templates/devenv/java.nix +++ b/modules/software-templates/devenv/java.nix
@@ -1,8 +1,8 @@ { pkgs, nix-jetbrains-plugins, ... }: { - environment.systemPackages = with nix-jetbrains-plugins.lib."${pkgs.stdenv.system}"; [ - (buildIdeWithPlugins pkgs.jetbrains "idea" [ + environment.systemPackages = with nix-jetbrains-plugins.lib; [ + (buildIdeWithPlugins pkgs "idea" [ "com.github.copilot" "nix-idea" # "visual-studio-keymap"