Unverified Commit 1ab810c4 authored by Antoine du Hamel's avatar Antoine du Hamel Committed by GitHub
Browse files

quint: remove nodejs_20 from deps (#480195)

parents d8ccfc42 210fac2e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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";