From 78df8f88a5b5273df70629a07d0cf4dac50ee1cc Mon Sep 17 00:00:00 2001 From: Alex Epelde Date: Tue, 26 May 2026 22:58:53 -0400 Subject: [PATCH] activitywatch: pin aw-webui nodejs version I suspect it was commit 0968bb28e2dd918c3228895ef76ffda0fdf1b5f3 that broke the build with nodejs_24, presumably because of npm updating from 11.11.1 to 11.12.1. --- pkgs/applications/office/activitywatch/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/office/activitywatch/default.nix b/pkgs/applications/office/activitywatch/default.nix index a1d2ec066635..8b291b54995b 100644 --- a/pkgs/applications/office/activitywatch/default.nix +++ b/pkgs/applications/office/activitywatch/default.nix @@ -14,6 +14,7 @@ qtsvg, xdg-utils, replaceVars, + nodejs_22, buildNpmPackage, }: @@ -234,6 +235,7 @@ rec { src = "${sources}/aw-server-rust/aw-webui"; + nodejs = nodejs_22; npmDepsHash = "sha256-fPk7UpKuO3nEN1w+cf9DIZIG1+XRUk6PJfVmtpC30XE="; makeCacheWritable = true;