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
No known key found for this signature in database
GPG key ID: C294FC1A485A409A

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;