Skip to content

Commit d2145a1

Browse files
immich: use Node.js 20
Signed-off-by: Sefa Eyeoglu <[email protected]> Co-authored-by: Simon Gardling <[email protected]>
1 parent f7b810f commit d2145a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/by-name/im/immich/package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
fetchFromGitHub,
66
fetchpatch2,
77
python3,
8-
nodejs,
8+
nodejs_20,
99
node-gyp,
1010
runCommand,
1111
nixosTests,
@@ -27,6 +27,7 @@
2727
vips,
2828
}:
2929
let
30+
nodejs = nodejs_20;
3031
buildNpmPackage' = buildNpmPackage.override { inherit nodejs; };
3132
sources = lib.importJSON ./sources.json;
3233
inherit (sources) version;

0 commit comments

Comments
 (0)