rqbit: use nodejs_24
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user