mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 15:42:39 +02:00
feat: install jdk17(Adoptium prebuilt jdk on macOS)
This commit is contained in:
@@ -34,8 +34,9 @@
|
|||||||
aws-iam-authenticator
|
aws-iam-authenticator
|
||||||
eksctl
|
eksctl
|
||||||
|
|
||||||
# DO NOT install build tools for C/C++, set it per project by devShell instead
|
# DO NOT install build tools for C/C++ and others, set it per project by devShell instead
|
||||||
gnumake # used by this repo, to simplify the deployment
|
gnumake # used by this repo, to simplify the deployment
|
||||||
|
jdk17 # used to run some java based tools(.jar)
|
||||||
|
|
||||||
# python
|
# python
|
||||||
(python311.withPackages (ps:
|
(python311.withPackages (ps:
|
||||||
|
|||||||
@@ -122,6 +122,7 @@
|
|||||||
# Development
|
# Development
|
||||||
"insomnia" # REST client
|
"insomnia" # REST client
|
||||||
"wireshark" # network analyzer
|
"wireshark" # network analyzer
|
||||||
|
"temurin17" # JDK 17
|
||||||
"jdk-mission-control" # Java Mission Control
|
"jdk-mission-control" # Java Mission Control
|
||||||
"google-cloud-sdk" # Google Cloud SDK
|
"google-cloud-sdk" # Google Cloud SDK
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user