diff options
author | Mateus Cruz <mateuscolvr@gmail.com> | 2024-02-05 21:55:58 -0300 |
---|---|---|
committer | Mateus Cruz <mateuscolvr@gmail.com> | 2024-02-05 21:55:58 -0300 |
commit | bd700d5098c6b51db63cdabda81d676f5c354eda (patch) | |
tree | aad4c459f89f602f2ebdc5aeb350893cba0d15b1 /flake.nix | |
parent | 00ade6066e9dd88c65b176bf4788eea4c3e1a15d (diff) |
test: add gatling test
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,8 @@ ocamlPackages = super.ocaml-ng.ocamlPackages_5_1.overrideScope' (oself: osuper: { pg_query = osuper.pg_query.overrideAttrs (prev: { - propagatedBuildInputs = prev.propagatedBuildInputs ++ [ osuper.cmdliner ]; + propagatedBuildInputs = prev.propagatedBuildInputs + ++ [ osuper.cmdliner ]; }); }); }) @@ -46,6 +47,7 @@ ocaml ocaml-lsp ocamlformat + pkgs.openjdk17 ]; buildInputs = rinha.buildInputs |