fully reproducible java environment for developers
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-08-15 17:09:51 +00:00
flake.lock Update flake.lock 2025-08-15 02:02:22 +00:00
flake.nix Update flake.nix 2025-08-15 02:01:56 +00:00
LICENSE Initial commit 2025-07-21 02:04:44 +00:00
README.md Update README.md 2025-08-15 17:09:51 +00:00
shell.nix Add shell.nix 2025-07-21 21:40:22 +00:00

cold-java

fully reproducible java environment for developers

usage:

$ nix develop 

then wait for the whole proccess to end.
after that, you'll have everything installed, and you can just call :

$ idea-community

but i think you'll still need to repeat this proccess everytime you want to open the IDE, because the variable paths are changed/tricked in the flake to fix some errors.

avoiding getting GC'd :

in the same folder as the flake.nix

$ doas nix develop --profile /nix/var/nix/profiles/per-user/root/my_flake