depot/go/journal2clickhouse/default.nix

10 lines
270 B
Nix

# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
{ depot, ... }:
depot.third_party.buildGo.program {
name = "journal2clickhouse";
srcs = [ ./journal2clickhouse.go ];
deps = with depot.third_party; [];
}