Skip to content

Commit

Permalink
nextcloud: update node to v20 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayRovacsek committed Apr 28, 2024
1 parent 5f4f228 commit 6ffdae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nextcloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down

0 comments on commit 6ffdae2

Please sign in to comment.