nixosTests.keycloak: replace libtidy with html-tidy

Follow-up of cc700ad55b.
This commit is contained in:
midchildan 2022-02-28 00:38:14 +09:00
parent dc5bd4b375
commit 0334498c74
No known key found for this signature in database
GPG key ID: A64DE57FA5963935

View file

@ -40,7 +40,7 @@ let
environment.systemPackages = with pkgs; [
xmlstarlet
libtidy
html-tidy
jq
];
};