summary refs log tree commit diff
path: root/modules/software-templates/devenv/javascript.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/javascript.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/javascript.nix')
-rw-r--r--modules/software-templates/devenv/javascript.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/software-templates/devenv/javascript.nix b/modules/software-templates/devenv/javascript.nix

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