Skip to content

Commit 7bf88be

Browse files
committed
immich: rely on native nodejs
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent d2145a1 commit 7bf88be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ buildNpmPackage' {
187187
mkdir node_modules
188188
ln -s ${node-addon-api} node_modules/node-addon-api
189189
190-
${lib.getExe nodejs} install/check
190+
node install/check
191191
192192
rm -r node_modules
193193

0 commit comments

Comments
 (0)