pinwheel: Update idea after updated flake inputs

This commit is contained in:
Alexander Heldt
2026-01-07 14:33:17 +01:00
parent 55ab0f2f92
commit 7a510c5d14
3 changed files with 87 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{
inputs,
pkgs,
lib,
config,
@@ -20,7 +21,11 @@ in
# (pkgs.callPackage ./pants.nix { inherit (pkgs) stdenv.hostPlatform.system; })
# (pkgs.callPackage ./syb-cli.nix { })
(pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.idea [ "ideavim" ])
(inputs.nix-jetbrains-plugins.lib."${pkgs.stdenv.hostPlatform.system}".buildIdeWithPlugins
pkgs.jetbrains
"idea"
[ "IdeaVIM" ]
)
(pkgs.google-cloud-sdk.withExtraComponents [
pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin