From 0521d27d635977f29213bba0d964de4bd9aedd45 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sat, 22 Jul 2023 18:06:11 -0700 Subject: [PATCH] rm from nix test.nix --- nix/ci/test.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nix/ci/test.nix b/nix/ci/test.nix index af2490c902..dcfe53a60c 100644 --- a/nix/ci/test.nix +++ b/nix/ci/test.nix @@ -30,9 +30,6 @@ let inherit nix-filter; melange-compiler-libs-vendor-dir = melange-compiler-libs-src; }; - rescript-syntax = pkgs.lib.callPackageWith pkgs.ocamlPackages ../rescript-syntax.nix { - inherit nix-filter melange; - }; }; inputString = builtins.substring @@ -68,7 +65,6 @@ stdenv.mkDerivation { ]; buildInputs = [ packages.melange - packages.rescript-syntax reason-react-ppx js_of_ocaml-compiler ];