This is an automated email from the ASF dual-hosted git repository. jhelou pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/james-site.git
commit d60db259208d56d2d9cac0724a0ede5f0afd25d7 Author: Jean Helou <[email protected]> AuthorDate: Fri Feb 27 07:14:37 2026 +0100 [JAMES-4175] adds missing node_js to nix env --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fb7d56256..f25cbb37c 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ outputs = { self, nixpkgs }: let - javaVersion = 21; # Change this value to update the whole stack + javaVersion = 11; # Change this value to update the whole stack supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; forEachSupportedSystem = f: nixpkgs.lib.genAttrs supportedSystems (system: f { @@ -34,7 +34,7 @@ git # version control jdk # build and run james jekyll # homepage and blog - maven # build james + nodejs_20 ]; MAVEN_OPTS = "-Djna.library.path=" + pkgs.lib.makeLibraryPath [pkgs.udev]; JAVA_HOME = "${pkgs.jdk}"; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
