From 6ffdae24f23ab719789972ddf8d9148c4cce19e3 Mon Sep 17 00:00:00 2001 From: Jay Rovacsek Date: Sun, 28 Apr 2024 09:56:40 +0000 Subject: [PATCH] nextcloud: update node to v20 (#8) --- modules/nextcloud.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix index 538aa46..387c083 100644 --- a/modules/nextcloud.nix +++ b/modules/nextcloud.nix @@ -211,8 +211,8 @@ in # required for recognize app ++ lib.optionals cfg.configureRecognize [ gnumake # installation requirement - nodejs_16 # runtime and installation requirement - nodejs_16.pkgs.node-pre-gyp # installation requirement + nodejs_20 # runtime and installation requirement + nodejs_20.pkgs.node-pre-gyp # installation requirement python3 # requirement for node-pre-gyp otherwise fails with exit code 236 util-linux # runtime requirement for taskset ];