Skip to content

Commit 6ffdae2

Browse files
authored
nextcloud: update node to v20 (#8)
1 parent 5f4f228 commit 6ffdae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nextcloud.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ in
211211
# required for recognize app
212212
++ lib.optionals cfg.configureRecognize [
213213
gnumake # installation requirement
214-
nodejs_16 # runtime and installation requirement
215-
nodejs_16.pkgs.node-pre-gyp # installation requirement
214+
nodejs_20 # runtime and installation requirement
215+
nodejs_20.pkgs.node-pre-gyp # installation requirement
216216
python3 # requirement for node-pre-gyp otherwise fails with exit code 236
217217
util-linux # runtime requirement for taskset
218218
];

0 commit comments

Comments
 (0)