Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 379 Bytes

File metadata and controls

25 lines (16 loc) · 379 Bytes

Java dev environment

Open up the provided Nix shell:

nix develop --ignore-environment

Once inside the shell, you can run standard Java commands:

java

gradle

mvn

To use the Java environment without checking out this repo:

nix develop 'github:the-nix-way/nix-flake-dev-environments?dir=java'