Skip to content

Commit

Permalink
nixos: kafka test: fix building for other arches
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Apr 7, 2020
1 parent d7b9812 commit 8b7e843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/kafka.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8b7e843

Please sign in to comment.