From 6dc8843743c94c3e0f0e71751e24ccad5bc01678 Mon Sep 17 00:00:00 2001 From: David Wolff Date: Wed, 7 Jan 2026 06:07:08 +0100 Subject: [PATCH] subfont: pin nodejs to version 22 Fixes build failure. Later versions cause issues with the lock file on `npm ci`. --- pkgs/by-name/su/subfont/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/su/subfont/package.nix b/pkgs/by-name/su/subfont/package.nix index 58eafd3ed739..1032f8db3599 100644 --- a/pkgs/by-name/su/subfont/package.nix +++ b/pkgs/by-name/su/subfont/package.nix @@ -1,6 +1,7 @@ { lib, buildNpmPackage, + nodejs_22, fetchurl, testers, }: @@ -16,6 +17,8 @@ in buildNpmPackage (finalAttrs: { inherit pname version src; + nodejs = nodejs_22; + npmDepsHash = "sha256-vqsm8/1I1HFo9IZdOqGQ/qFEyLTYY5uwtsnp1PJfPIk="; postPatch = ''