diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-04-23 20:33:59 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-04-23 20:33:59 +0200 |
| commit | c075131c2d8aee4491d71e3f09387bb720b59815 (patch) | |
| tree | 8f2fd6f5e6e921059df30c5f6c79fa4c65dd89da /srv | |
| parent | c2e6dc015930e439cf6f9f2e66f30f1b8475910f (diff) | |
| download | nix-infra-c075131c2d8aee4491d71e3f09387bb720b59815.tar.gz nix-infra-c075131c2d8aee4491d71e3f09387bb720b59815.tar.bz2 nix-infra-c075131c2d8aee4491d71e3f09387bb720b59815.zip | |
snapshot: Mi 23. Apr 20:33:59 CEST 2025
Diffstat (limited to 'srv')
| -rw-r--r-- | srv/hadante/configuration.nix | 5 |
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"; |
