We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4f228 commit 6ffdae2Copy full SHA for 6ffdae2
modules/nextcloud.nix
@@ -211,8 +211,8 @@ in
211
# required for recognize app
212
++ lib.optionals cfg.configureRecognize [
213
gnumake # installation requirement
214
- nodejs_16 # runtime and installation requirement
215
- nodejs_16.pkgs.node-pre-gyp # installation requirement
+ nodejs_20 # runtime and installation requirement
+ nodejs_20.pkgs.node-pre-gyp # installation requirement
216
python3 # requirement for node-pre-gyp otherwise fails with exit code 236
217
util-linux # runtime requirement for taskset
218
];
0 commit comments