From e97d162b36aadf4324311feedb5d1a8dac8316c1 Mon Sep 17 00:00:00 2001 From: illustris Date: Sat, 5 Feb 2022 15:42:17 +0000 Subject: [PATCH] Update 'default.nix' --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index fb4034d..965fe96 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ with pkgs; { #inherit (nixosTests) hedgedoc jibri zfs; }; dataPlatform = { - inherit (nixosTests) hadoop spark; + inherit (nixosTests) hadoop haproxy spark; # https://github.com/NixOS/nixpkgs/pull/154004 #inherit (nixosTests) hadoop_3_2 hadoop2; };