rqbit: use nodejs_24

This commit is contained in:
Antoine du Hamel
2026-01-16 00:04:54 +01:00
parent 89ef5f63f9
commit f76b1dc87a
+2 -4
View File
@@ -6,7 +6,7 @@
pkg-config,
openssl,
buildNpmPackage,
nodejs_20,
nodejs,
nix-update-script,
}:
let
@@ -24,9 +24,7 @@ let
rqbit-webui = buildNpmPackage {
pname = "rqbit-webui";
nodejs = nodejs_20;
inherit version src;
inherit version src nodejs;
sourceRoot = "${src.name}/crates/librqbit/webui";