Loading pkgs/by-name/im/immich/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ fetchFromGitHub, fetchpatch2, python3, nodejs, nodejs_20, node-gyp, runCommand, nixosTests, Loading @@ -27,6 +27,7 @@ vips, }: let nodejs = nodejs_20; buildNpmPackage' = buildNpmPackage.override { inherit nodejs; }; sources = lib.importJSON ./sources.json; inherit (sources) version; Loading Loading @@ -186,7 +187,7 @@ buildNpmPackage' { mkdir node_modules ln -s ${node-addon-api} node_modules/node-addon-api ${lib.getExe nodejs} install/check node install/check rm -r node_modules Loading Loading
pkgs/by-name/im/immich/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ fetchFromGitHub, fetchpatch2, python3, nodejs, nodejs_20, node-gyp, runCommand, nixosTests, Loading @@ -27,6 +27,7 @@ vips, }: let nodejs = nodejs_20; buildNpmPackage' = buildNpmPackage.override { inherit nodejs; }; sources = lib.importJSON ./sources.json; inherit (sources) version; Loading Loading @@ -186,7 +187,7 @@ buildNpmPackage' { mkdir node_modules ln -s ${node-addon-api} node_modules/node-addon-api ${lib.getExe nodejs} install/check node install/check rm -r node_modules Loading