quint: remove nodejs_20 from deps (#480195)

This commit is contained in:
Antoine du Hamel
2026-01-15 10:08:15 +00:00
committed by GitHub
+1 -4
View File
@@ -4,7 +4,6 @@
rustPlatform,
fetchFromGitHub,
nodejs,
nodejs_20,
makeWrapper,
jre,
fetchzip,
@@ -40,9 +39,7 @@ let
# Build the Quint CLI from source
quint-cli = buildNpmPackage {
pname = "quint-cli";
inherit version src;
nativeBuildInputs = [ nodejs_20 ];
inherit version src nodejs;
sourceRoot = "${src.name}/quint";