all: initial port from private config
This commit is contained in:
15
pkgs/applications/editors/jetbrains/idea-plugins.nix
Normal file
15
pkgs/applications/editors/jetbrains/idea-plugins.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ callPackage }:
|
||||
let
|
||||
mkPlugin = callPackage ./build-plugin.nix {
|
||||
jetbrainsPlatforms = [ "idea-community" "idea-ultimate" ];
|
||||
};
|
||||
in
|
||||
{
|
||||
spring-assistant = mkPlugin {
|
||||
pname = "intellij-spring-assistant";
|
||||
version = "0.12.0";
|
||||
pluginId = 10229;
|
||||
versionId = 44968;
|
||||
sha256 = "13cglywzhb4j0qj0bs2jwaz2k8pxrxalv35wgkmgkxr635bxmwsj";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user