depot/go/nhsenglandtests/default.nix

11 lines
264 B
Nix
Raw Normal View History

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