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.
2 parents 23aa77b + 7bf88be commit 17a08edCopy full SHA for 17a08ed
pkgs/by-name/im/immich/package.nix
@@ -5,7 +5,7 @@
5
fetchFromGitHub,
6
fetchpatch2,
7
python3,
8
- nodejs,
+ nodejs_20,
9
node-gyp,
10
runCommand,
11
nixosTests,
@@ -27,6 +27,7 @@
27
vips,
28
}:
29
let
30
+ nodejs = nodejs_20;
31
buildNpmPackage' = buildNpmPackage.override { inherit nodejs; };
32
sources = lib.importJSON ./sources.json;
33
inherit (sources) version;
@@ -186,7 +187,7 @@ buildNpmPackage' {
186
187
mkdir node_modules
188
ln -s ${node-addon-api} node_modules/node-addon-api
189
- ${lib.getExe nodejs} install/check
190
+ node install/check
191
192
rm -r node_modules
193
0 commit comments