aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-04-23 20:33:59 +0200
committerLinnea Gräf <nea@nea.moe>2025-04-23 20:33:59 +0200
commitc075131c2d8aee4491d71e3f09387bb720b59815 (patch)
tree8f2fd6f5e6e921059df30c5f6c79fa4c65dd89da
parentc2e6dc015930e439cf6f9f2e66f30f1b8475910f (diff)
downloadnix-infra-c075131c2d8aee4491d71e3f09387bb720b59815.tar.gz
nix-infra-c075131c2d8aee4491d71e3f09387bb720b59815.tar.bz2
nix-infra-c075131c2d8aee4491d71e3f09387bb720b59815.zip
snapshot: Mi 23. Apr 20:33:59 CEST 2025
-rw-r--r--srv/hadante/configuration.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix
index 6893f3b..ce02953 100644
--- a/srv/hadante/configuration.nix
+++ b/srv/hadante/configuration.nix
@@ -171,6 +171,11 @@ in
// {
".gradle/gradle.properties".text = ''
test.property = true
+ org.gradle.java.installations.paths=${
+ builtins.concatStringsSep "," (
+ builtins.map (name: "/home/" + config.user + "/.jdks/" + name) builtins.attrNames javas
+ )
+ }
'';
};
home.stateVersion = "25.05";