From b9d4e5d545370481c0e8fba3bd0c7c487e7ddbd2 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 26 Apr 2026 02:45:55 +0200 Subject: Migrate to systemless buildIdeWithPlugins for jetbrains --- modules/software-templates/devenv/javascript.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/software-templates/devenv/javascript.nix') 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" -- cgit 1.5.1