Unverified Commit d2145a1a authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

immich: use Node.js 20

parent f7b810fb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  fetchFromGitHub,
  fetchpatch2,
  python3,
  nodejs,
  nodejs_20,
  node-gyp,
  runCommand,
  nixosTests,
@@ -27,6 +27,7 @@
  vips,
}:
let
  nodejs = nodejs_20;
  buildNpmPackage' = buildNpmPackage.override { inherit nodejs; };
  sources = lib.importJSON ./sources.json;
  inherit (sources) version;