nixos: kafka test: fix building for other arches

This commit is contained in:
Michael Bishop
2020-04-07 12:50:58 -03:00
parent d7b98129fe
commit 8b7e843dab

View File

@@ -77,7 +77,7 @@ let
+ "--from-beginning --max-messages 1"
)
'');
}) {});
}) { inherit system; });
in with pkgs; {
kafka_0_9 = makeKafkaTest "kafka_0_9" apacheKafka_0_9;