212 current 2024-08-09 18:44:46 24.11.20240804.cb9a96f 6.10.1-zen1 *

This commit is contained in:
sadan 2024-08-09 18:45:04 -04:00
parent 64027ea823
commit d61a5850de
No known key found for this signature in database
2 changed files with 15 additions and 13 deletions

View file

@ -4,6 +4,7 @@ let
in
{
dev = with pkgs;[
vscode-langservers-extracted
cmake
nodePackages_latest.typescript-language-server
cargo
@ -17,6 +18,7 @@ in
gradle
lazygit
linuxHeaders
nodePackages.eslint
nodePackages.nodemon
nodePackages.ts-node
nodePackages.pnpm
@ -105,7 +107,7 @@ in
jdks = [
jdk8
jdk17
jdk19
jdk22
];
})
protontricks