summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2022-02-28 00:38:14 +0900
committermidchildan <git@midchildan.org>2022-02-28 00:54:27 +0900
commit0334498c74e97409ec7ab730aa61e821bf675cac (patch)
tree41308cc1254772b55d6c4708c9a28b67e0aed4f0 /nixos/tests
parentdc5bd4b375fce716050adc8a3487227012dd8faa (diff)
downloadnixpkgs-0334498c74e97409ec7ab730aa61e821bf675cac.tar
nixpkgs-0334498c74e97409ec7ab730aa61e821bf675cac.tar.gz
nixpkgs-0334498c74e97409ec7ab730aa61e821bf675cac.tar.bz2
nixpkgs-0334498c74e97409ec7ab730aa61e821bf675cac.tar.lz
nixpkgs-0334498c74e97409ec7ab730aa61e821bf675cac.tar.xz
nixpkgs-0334498c74e97409ec7ab730aa61e821bf675cac.tar.zst
nixpkgs-0334498c74e97409ec7ab730aa61e821bf675cac.zip
nixosTests.keycloak: replace libtidy with html-tidy
Follow-up of cc700ad55b3fc4bc257826b3167c3a1247b50a5b.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/keycloak.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/keycloak.nix b/nixos/tests/keycloak.nix
index 1be3fed6acc..6367ed808e0 100644
--- a/nixos/tests/keycloak.nix
+++ b/nixos/tests/keycloak.nix
@@ -40,7 +40,7 @@ let
 
           environment.systemPackages = with pkgs; [
             xmlstarlet
-            libtidy
+            html-tidy
             jq
           ];
         };