Skip to content

Commit

Permalink
rm from nix test.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jul 23, 2023
1 parent 2d75f5c commit 0521d27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nix/ci/test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -68,7 +65,6 @@ stdenv.mkDerivation {
];
buildInputs = [
packages.melange
packages.rescript-syntax
reason-react-ppx
js_of_ocaml-compiler
];
Expand Down

0 comments on commit 0521d27

Please sign in to comment.