summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-04-27 23:26:05 +0300
committerZhongheng Liu <z.liu@outlook.com.gr>2025-04-27 23:26:05 +0300
commiteac2ead73e5c14c63ab5ae70b1383268f9184644 (patch)
tree2c9e606043cd2defc3f6bef0c0816d11dac5a165 /flake.nix
parenta52e5392682724b5e7e273c308f22105788337d4 (diff)
downloadnix-templates-master.tar.gz
nix-templates-master.tar.bz2
nix-templates-master.zip
feat: add java gradle templateHEADmaster
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index bc964fd..7a1bc27 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,10 @@
# Simple Bevy engine template
'';
};
+ java-gradle = {
+ path = ./java-gradle-devenv;
+ description = "Java development environment";
+ };
};
templates.default = self.templates.rust;