Merge pull request #84620 from cleverca22/fix-kafka-test
nixos: kafka test: fix building for other arches
This commit is contained in:
commit
eb036df54a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user